Skip to content
Open
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.
tensorflow-cpu~=2.19
tensorflow-cpu~=2.20
tensorflow-text~=2.19

# Torch cpu-only version.
Expand Down
2 changes: 1 addition & 1 deletion requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tensorflow with cuda support.
tensorflow[and-cuda]~=2.19
tensorflow[and-cuda]~=2.20
tensorflow-text~=2.19

# Torch cpu-only version.
Expand Down
6 changes: 3 additions & 3 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.19
tensorflow-cpu~=2.20
tensorflow-text~=2.19

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu126
torch==2.7.1+cu126
torchvision==0.22.1+cu126
torch==2.8.0+cu126
torchvision==0.23.0+cu126

# 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.19.0;sys_platform != 'darwin'
tensorflow~=2.19.0;sys_platform == 'darwin'
tensorflow-cpu~=2.20.0;sys_platform != 'darwin'
tensorflow~=2.20.0;sys_platform == 'darwin'
tensorflow-text~=2.19;platform_system != 'Windows'

# Torch.
Expand Down
Loading