Skip to content

Commit

Permalink
[OpenVINO] Use torch 2.4.0 and newer optimim version (#9121)
Browse files Browse the repository at this point in the history
Co-authored-by: DarkLight1337 <[email protected]>
  • Loading branch information
ilya-lavrenov and DarkLight1337 authored Oct 10, 2024
1 parent 04de905 commit 83ea5c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-openvino.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Common dependencies
-r requirements-common.txt

# OpenVINO dependencies
torch >= 2.1.2
openvino ~= 2024.4.0
openvino-tokenizers[transformers] ~= 2024.4.0
optimum-intel[openvino] >= 1.19.0
torch == 2.4.0 # should be aligned with "common" vLLM torch version
openvino >= 2024.4.0 # since 2024.4.0 both CPU and GPU support Paged Attention

optimum @ git+https://github.com/huggingface/optimum.git@main # latest optimum is used to support latest transformers version
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git@main # latest optimum-intel is used to support latest transformers version

0 comments on commit 83ea5c7

Please sign in to comment.