mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 17:32:55 +08:00
461cde2080
Signed-off-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
9 lines
465 B
Plaintext
9 lines
465 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
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 # 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
|