17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
--index-url https://pypi.org/simple
|
|
--extra-index-url https://download.pytorch.org/whl/cu128
|
|
--extra-index-url https://wheels.vllm.ai/nightly/cu128
|
|
|
|
# x86_64 Linux + NVIDIA CUDA 12.8
|
|
# PyTorch trio is pinned to the official cu128 build.
|
|
torch==2.11.0
|
|
torchvision==0.26.0
|
|
torchaudio==2.11.0
|
|
|
|
# vLLM 0.19.0 does not provide a cu128 x86_64 release wheel on GitHub releases,
|
|
# so install it from the official cu128 nightly wheel index.
|
|
vllm==0.19.0
|
|
|
|
python-dotenv
|
|
modelscope
|