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 8fa4ebd commit 678f2a4Copy full SHA for 678f2a4
.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 git+https://github.com/AlexanderDokuchaev/nncf.git@ad/json_fix
72
73
- name: Install nncf release
74
if: ${{ matrix.nncf == 'nncf-stable' }}
0 commit comments