We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4bccc commit 0a73744Copy full SHA for 0a73744
.github/workflows/test_openvino_full.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Install nncf develop
70
if: ${{ matrix.nncf == 'nncf-develop' }}
71
- run: pip install git+https://github.com/openvinotoolkit/nncf.git
+ run: pip install https://github.com/nikita-savelyevv/nncf.git@compress-via-openvino
72
73
- name: Install nncf release
74
if: ${{ matrix.nncf == 'nncf-stable' }}
0 commit comments