Skip to content

Commit

Permalink
Merge branch 'releases/2024/0' into releases/2024/0
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov authored Mar 7, 2024
2 parents 8e4dfd2 + f702d68 commit 654cde1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]

dependencies = [
"openvino"
"openvino==2024.0.0"
]

[project.optional-dependencies]
Expand All @@ -28,11 +28,7 @@ transformers = [
]
# chatglm2 custom tokenizer file imports torch, have to add torch dependency for tests
torch = [
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.8"',
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp39-cp39-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.9"',
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp310-cp310-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.10"',
'torch @ https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp311-cp311-linux_x86_64.whl ; sys_platform=="linux" and python_version == "3.11"',
'torch ; sys_platform != "linux"'
'torch'
]
dev = [
"ruff",
Expand Down

0 comments on commit 654cde1

Please sign in to comment.