mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-03 11:35:18 +08:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# Dependencies for TPU
|
|
# Currently, the TPU backend uses a nightly version of PyTorch XLA.
|
|
# You can install the dependencies in Dockerfile.tpu.
|
|
triton # To avoid import errors
|