We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d6789 commit 5aafa77Copy full SHA for 5aafa77
.github/workflows/test_ipex.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
+ pip install torch==2.2 torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
34
pip install .[ipex,tests]
35
- name: Test with Pytest
36
setup.py
@@ -27,7 +27,7 @@
27
assert False, "Error: Could not open '%s' due %s\n" % (filepath, error)
28
29
INSTALL_REQUIRE = [
- "torch>=1.11,<2.3",
+ "torch>=1.11",
"transformers>=4.36.0,<4.41.0",
"optimum~=1.19",
"datasets>=1.4.0",
0 commit comments