add qwen3
This commit is contained in:
8
vllm-v0.6.2/requirements-openvino.txt
Normal file
8
vllm-v0.6.2/requirements-openvino.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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@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
|
||||
Reference in New Issue
Block a user