Unverified Commit 461cde20 authored by Ilya Lavrenov's avatar Ilya Lavrenov Committed by GitHub
Browse files

[OpenVINO] Fixed installation conflicts (#11458)


Signed-off-by: default avatarIlya Lavrenov <ilya.lavrenov@intel.com>
parent 7a5286cc
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment