llm/requirements.txt

17 lines
471 B
Plaintext
Raw Normal View History

2026-06-10 01:40:21 +00:00
--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.
2026-06-10 02:35:38 +00:00
vllm==0.20.0
2026-06-10 01:40:21 +00:00
python-dotenv
modelscope