TensorRT-LLMs/requirements-windows.txt
Kaiyu Xie deaae40bd7
Update TensorRT-LLM (#787)
* Update TensorRT-LLM

---------

Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
2024-01-02 17:54:32 +08:00

25 lines
509 B
Plaintext

--extra-index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://pypi.nvidia.com
accelerate==0.25.0
build
colored
cuda-python==12.2.0
diffusers==0.15.0
mpi4py
numpy
onnx>=1.12.0
polygraphy
psutil
pynvml>=11.5.0
pywin32
sentencepiece>=0.1.99
tensorrt==9.2.0.post12.dev5
tokenizers==0.13.3
# Default torch is CPU-only on Windows, so need to specify a torch version with GPU support
torch==2.1.0+cu121
torchdata==0.7.0
torchtext==0.16.0+cpu
torchvision==0.16.0+cu121
transformers==4.36.1
wheel