Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 10, 2024
1 parent cb5208c commit 6443ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
transformers-version: ["4.36.0", "4.44.*"]
transformers-version: ["4.36.0", "4.45.*"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
INSTALL_REQUIRE = [
"torch>=1.11",
"transformers>=4.36,<4.46",
"optimum@git+https://github.com/huggingface/optimum.git",
"optimum~=1.23",
"datasets>=1.4.0",
"sentencepiece",
"setuptools",
Expand Down

0 comments on commit 6443ea3

Please sign in to comment.