Skip to content

Commit 03a6fcc

Browse files
committed
check tests
1 parent fb1910e commit 03a6fcc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_openvino.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
python -m pip install --upgrade pip
3333
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
3434
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
35-
pip install git+https://github.com/huggingface/optimum.git
3635
pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers]
3736
- name: Test with Pytest
3837
run: |

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
INSTALL_REQUIRE = [
1515
"torch>=1.11",
16-
"optimum>=1.15.0", # TODO : 1.17.0
16+
"optimum @ git+https://github.com/huggingface/optimum.git", # TODO : 1.17.0
1717
"transformers>=4.26.0",
1818
"datasets>=1.4.0",
1919
"sentencepiece",

0 commit comments

Comments
 (0)