Skip to content
Merged
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
4 changes: 2 additions & 2 deletions requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow cpu-only version.
tf-nightly-cpu==2.16.0.dev20231109 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231109 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
5 changes: 2 additions & 3 deletions requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Tensorflow with cuda support.
--extra-index-url https://pypi.nvidia.com
tf-nightly[and-cuda]==2.16.0.dev20231109 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231109 # Pin a working nightly until rc0.
tf-nightly[and-cuda]==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
10 changes: 5 additions & 5 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tensorflow cpu-only version.
tf-nightly-cpu==2.16.0.dev20231109 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231109 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # 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
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.1.2
torchvision==0.16.2

# Jax cpu-only version.
jax[cpu]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow.
tf-nightly-cpu==2.16.0.dev20231109 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231109 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.

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