Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
461cde20
Unverified
Commit
461cde20
authored
Dec 24, 2024
by
Ilya Lavrenov
Committed by
GitHub
Dec 24, 2024
Browse files
[OpenVINO] Fixed installation conflicts (#11458)
Signed-off-by:
Ilya Lavrenov
<
ilya.lavrenov@intel.com
>
parent
7a5286cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
requirements-openvino.txt
requirements-openvino.txt
+2
-2
No files found.
requirements-openvino.txt
View file @
461cde20
...
@@ -4,5 +4,5 @@
...
@@ -4,5 +4,5 @@
torch == 2.5.1 # should be aligned with "common" vLLM torch version
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
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 @ 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
@main
# latest optimum-intel 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment