Skip to content

Commit

Permalink
[OpenVINO] Fixed installation conflicts (#11458)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
ilya-lavrenov authored Dec 24, 2024
1 parent 7a5286c commit 461cde2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-openvino.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
torch == 2.5.1 # 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
optimum @ git+https://github.com/huggingface/optimum.git # latest optimum is used to support latest transformers version
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git # latest optimum-intel is used to support latest transformers version

0 comments on commit 461cde2

Please sign in to comment.