Skip to content

Commit cbdfc67

Browse files
authored
Merge pull request pytorch#21 from cavusmustafa/requirements_fix_nncf
nncf requirement syntax updated
2 parents e7da0cd + 2baa316 commit cbdfc67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/openvino/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Follow the steps below to setup your build environment:
7474
```bash
7575
pip install -r requirements.txt
7676
```
77-
77+
Note: To achieve optimal performance with NNCF quantization, you should install the latest development version of NNCF (version 2.16.0.dev0+191b53d9 or higher).
7878
3. Navigate to `scripts/` directory.
7979

8080
4. **Build OpenVINO Backend**: Once the prerequisites are in place, run the `openvino_build.sh` script to start the build process, OpenVINO backend will be built under `cmake-openvino-out/backends/openvino/` as `libopenvino_backend.so`

backends/openvino/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tokenizers
66
transformers
77
piq
88
pillow
9-
nncf @ https://github.com/openvinotoolkit/nncf.git
9+
git+https://github.com/openvinotoolkit/nncf@191b53d#egg=nncf

0 commit comments

Comments
 (0)