keras/requirements-torch-cuda.txt
Ramesh Sampath 62471f289b
Update Cuda Reqs to align Cuda versions (#19012)
* Update index and extra url

* Align keras requirments fo torch
2024-01-04 12:41:29 -08:00

13 lines
324 B
Plaintext

# Tensorflow cpu-only version (needed for testing).
tf-nightly-cpu==2.16.0.dev20240101 # Pin a working nightly until rc0.
# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.1.2
torchvision==0.16.2
# Jax cpu-only version (needed for testing).
jax[cpu]
-r requirements-common.txt