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.
tensorflow-cpu~=2.17
tensorflow-text~=2.17
tensorflow-cpu~=2.18
tensorflow-text~=2.18

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
4 changes: 2 additions & 2 deletions requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow with cuda support.
tensorflow[and-cuda]~=2.17
tensorflow-text~=2.17
tensorflow[and-cuda]~=2.18
tensorflow-text~=2.18

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
8 changes: 4 additions & 4 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tensorflow cpu-only version.
tensorflow-cpu~=2.17
tensorflow-text~=2.17
tensorflow-cpu~=2.18
tensorflow-text~=2.18

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.4.1+cu121
torchvision==0.19.1+cu121
torch==2.5.1+cu121
torchvision==0.20.1+cu121

# 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.
tensorflow-cpu~=2.17
tensorflow-text~=2.17
tensorflow-cpu~=2.18
tensorflow-text~=2.18

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