Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Oct 27, 2024
1 parent 8993575 commit 4305232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_generation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generation Utils - Test
name: Generation Utils - Test (deprecated)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install torch==${{ matrix.torch-version }} torchaudio torchvision --extra-index-url https://download.pytorch.org/whl/cpu
pip install intel_extension_for_pytorch==${{ matrix.torch-version }}
pip install transformers==${{ matrix.transformers-version }}
pip install .[ipex]
pip install .[ipex,tests]
- name: Assert versions
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

INSTALL_REQUIRE = [
"torch>=1.11",
"transformers>=4.36,<4.46",
"transformers>=4.36.0,<4.46.0",
"optimum~=1.23",
"datasets>=1.4.0",
"sentencepiece",
Expand Down

0 comments on commit 4305232

Please sign in to comment.