Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tensorflow cpu-only version (needed for testing).
tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20231127 # Pin a working nightly until rc0.

# Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
2 changes: 1 addition & 1 deletion requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow with cuda support.
--extra-index-url https://pypi.nvidia.com
tf-nightly[and-cuda]==2.16.0.dev20231103 # Pin a working nightly until rc0.
tf-nightly[and-cuda]==2.16.0.dev20231127 # Pin a working nightly until rc0.

# Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
6 changes: 3 additions & 3 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Tensorflow cpu-only version (needed for testing).
tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20231127 # Pin a working nightly until rc0.

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.1.0
torchvision==0.16.0
torch==2.1.1+cu118
torchvision==0.16.1+cu118

# Jax cpu-only version (needed for testing).
jax[cpu]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tensorflow.
tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20231127 # Pin a working nightly until rc0.

# Torch.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down