Skip to content

Commit

Permalink
Update requirements to TF 2.16 GA (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Mar 11, 2024
1 parent 361e392 commit 26a2fb8
Show file tree
Hide file tree
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
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.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
Expand Down
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
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.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
Expand Down

0 comments on commit 26a2fb8

Please sign in to comment.