Skip to content

Commit 461cde2

Browse files
[OpenVINO] Fixed installation conflicts (#11458)
Signed-off-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
1 parent 7a5286c commit 461cde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-openvino.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
torch == 2.5.1 # should be aligned with "common" vLLM torch version
55
openvino >= 2024.4.0 # since 2024.4.0 both CPU and GPU support Paged Attention
66

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

0 commit comments

Comments
 (0)