mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
|
-c ../../../constraints.txt
|
|
# WAR the new posting of "nvidia-cudnn-cu12~=9.0".
|
|
# "jax[cuda12_pip]~=0.4.19" specifies "nvidia-cudnn-cu12>=8.9" but actually requires "nvidia-cudnn-cu12~=8.9".
|
|
nvidia-cudnn-cu12~=8.9; platform_machine == "x86_64"
|
|
tensorrt_llm>=0.0.0.dev0
|
|
flax~=0.8.0
|
|
numpy<2
|
|
# jax[cuda12_pip]~=0.4.19
|
|
safetensors~=0.4.1
|
|
sentencepiece>=0.1.99
|
|
h5py~=3.12.1
|
|
rouge_score
|
|
nltk
|
|
datasets==3.1.0
|