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 cf594aa commit a1ca2bcCopy full SHA for a1ca2bc
.github/workflows/test_openvino.yml
@@ -44,12 +44,10 @@ jobs:
44
- name: Test with Pytest
45
env:
46
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
47
- run: |
48
- pytest tests/openvino/ --ignore tests/openvino/test_modeling_basic.py --durations=0
49
- name: Test basic
50
run: |
51
pip uninstall -y nncf
52
- pytest tests/openvino/test_modeling_basic.py
+ pytest tests/openvino/test_modeling.py
53
- name: Test openvino-nightly
54
55
pip install -U --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
0 commit comments