Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements to TF 2.16 GA (keras-team#1503)
Browse files Browse the repository at this point in the history
sampathweb authored and abuelnasr0 committed Apr 2, 2024
1 parent 786aa94 commit 8698f84
Showing 4 changed files with 8 additions and 8 deletions.
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.16.0rc0 # Pin to rc until TF 2.16 release
tensorflow-text==2.16.0rc0
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
tensorflow-text~=2.16.0

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
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.16.0rc0 # Pin to rc until TF 2.16 release
tensorflow-text==2.16.0rc0
tensorflow[and-cuda]~=2.16.1 # Pin to TF 2.16
tensorflow-text~=2.16.0

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
4 changes: 2 additions & 2 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow cpu-only version.
tensorflow-cpu==2.16.0rc0 # Pin to rc until TF 2.16 release
tensorflow-text==2.16.0rc0
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
tensorflow-text~=2.16.0

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu121
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.16.0rc0 # Pin to rc until TF 2.16 release
tensorflow-text==2.16.0rc0
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
tensorflow-text~=2.16.0

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

0 comments on commit 8698f84

Please sign in to comment.