mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-16 15:55:08 +08:00
* Update TensorRT-LLM --------- Co-authored-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
27 lines
482 B
Plaintext
27 lines
482 B
Plaintext
--extra-index-url https://download.pytorch.org/whl/cu121
|
|
# Default torch is CPU-only on Windows, so need to specify a torch version with GPU support
|
|
torch==2.1.0+cu121
|
|
torchvision==0.16.0+cu121
|
|
torchdata==0.7.0
|
|
torchtext==0.16.0+cpu
|
|
tokenizers==0.13.3
|
|
transformers==4.33.1
|
|
diffusers==0.15.0
|
|
accelerate==0.20.3
|
|
colored
|
|
polygraphy
|
|
onnx==1.12.0
|
|
mpi4py
|
|
numpy
|
|
cuda-python==12.2.0
|
|
mypy
|
|
pytest-cov
|
|
pytest-xdist
|
|
pytest-forked
|
|
pre-commit
|
|
einops
|
|
parameterized
|
|
graphviz
|
|
pywin32
|
|
pynvml>=11.5.0
|