Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 13, 2023
1 parent fe4e8dd commit 7c27901
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install intel_extension_for_pytorch
pip install .[ipex,tests]
- name: Test with Pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
"openvino": ["openvino>=2023.1.0", "onnx", "onnxruntime"],
"nncf": ["nncf>=2.6.0"],
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch", "onnx"],
"ipex": ["transformers<4.32.0", "intel-extension-for-pytorch", "onnx", "torch<2.1.0"],
"diffusers": ["diffusers"],
"quality": QUALITY_REQUIRE,
"tests": TESTS_REQUIRE,
Expand Down

0 comments on commit 7c27901

Please sign in to comment.