Contents

nncf 2.9.0

0

Neural Networks Compression Framework

Neural Networks Compression Framework

Stars: 765, Watchers: 765, Forks: 197, Open Issues: 60

The openvinotoolkit/nncf repo was created 3 years ago and the last code push was 3 hours ago.
The project is popular with 765 github stars!

How to Install nncf

You can install nncf using pip

pip install nncf

or add it to a project with poetry

poetry add nncf

Package Details

Author
Intel
License
Apache-2.0
Homepage
https://github.com/openvinotoolkit/nncf
PyPi:
https://pypi.org/project/nncf/
GitHub Repo:
https://github.com/openvinotoolkit/nncf

Classifiers

No  nncf  pypi packages just yet.

Errors

A list of common nncf errors.

Code Examples

Here are some nncf code examples and snippets.

GitHub Issues

The nncf package has 60 open issues on GitHub

  • Remove xception from ptq tests
  • Speedup of PTQ
  • Add LINEAR_ACTIVATIONS_UNSQUEEZE_BN_SQUEEZE fused pattern
  • NNCF v2.5 increases tensor size and model size raising NPU errors
  • New test_quantize_conformance for HF
  • Add parameters strict_check_scopes
  • Move the FC_BN_HSWISH_ACTIVATION pattern from fused to ignored
  • [ONNX] Add support of correct quantization of MatMul
  • [OV][POT] Disable MMAP
  • [PTQ][OV] Remove inplace = False workaround for previous OpenVino release
  • [PTQ][OV] SmoothQuant algorithm
  • Move some HWFusedPatterns to IgnoredPatterns
  • Update examples, tests, readme metrics
  • ModuleNotFoundError: No module named 'jstyleson' when import nncf
  • [PTQ][OV][ONNX] BiasCorrection update

See more issues on GitHub

Related Packages & Articles

beir 2.0.0

A Heterogeneous Benchmark for Information Retrieval

farm-haystack 1.25.2

LLM framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data.

onnx 1.16.0

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

datasets 2.18.0

HuggingFace community-driven open-source library of datasets

thinc 8.2.3

A refreshing functional take on deep learning, compatible with your favorite libraries

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.