mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 05:04:58 +08:00
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# OpenVINO dependencies
|
|
torch >= 2.1.2
|
|
openvino ~= 2024.3.0.dev
|
|
optimum-intel[openvino] >= 1.17.2
|
|
|
|
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error.
|