Skip to content

Commit

Permalink
bump release version to v1.10 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuyue authored Feb 25, 2022
1 parent 02d25c5 commit 1eb6529
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Introduction to Intel® Neural Compressor
===========================
<div align="center">

<p align="center"> <img src="docs/imgs/inc_logo.png" height="280px"><br></p>

</div>

---
Intel® Neural Compressor (formerly known as Intel® Low Precision Optimization Tool) is an open-source Python library running on Intel CPUs and GPUs, which delivers unified interfaces across multiple deep learning frameworks for popular network compression technologies, such as quantization, pruning, knowledge distillation. This tool supports automatic accuracy-driven tuning strategies to help user quickly find out the best quantized model. It also implements different weight pruning algorithms to generate pruned model with predefined sparsity goal and supports knowledge distillation to distill the knowledge from the teacher model to the student model.

> **Note**
>
> GPU support is under development.
**Visit the Intel® Neural Compressor online document website at: <https://intel.github.io/neural-compressor>.**
**Visit the Intel® Neural Compressor online document website at: <https://intel.github.io/neural-compressor>.**

---

## Architecture

Expand Down
Binary file added docs/imgs/inc_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.9" %}
{% set version = "1.10" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
Expand Down
2 changes: 1 addition & 1 deletion neural_compressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.9"
__version__ = "1.10"

0 comments on commit 1eb6529

Please sign in to comment.