Skip to content

Commit 8698f84

Browse files
sampathwebabuelnasr0
authored andcommitted
Update requirements to TF 2.16 GA (keras-team#1503)
1 parent 786aa94 commit 8698f84

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

requirements-jax-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow cpu-only version.
2-
tensorflow-cpu==2.16.0rc0 # Pin to rc until TF 2.16 release
3-
tensorflow-text==2.16.0rc0
2+
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
3+
tensorflow-text~=2.16.0
44

55
# Torch cpu-only version.
66
--extra-index-url https://download.pytorch.org/whl/cpu

requirements-tensorflow-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow with cuda support.
2-
tensorflow[and-cuda]==2.16.0rc0 # Pin to rc until TF 2.16 release
3-
tensorflow-text==2.16.0rc0
2+
tensorflow[and-cuda]~=2.16.1 # Pin to TF 2.16
3+
tensorflow-text~=2.16.0
44

55
# Torch cpu-only version.
66
--extra-index-url https://download.pytorch.org/whl/cpu

requirements-torch-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow cpu-only version.
2-
tensorflow-cpu==2.16.0rc0 # Pin to rc until TF 2.16 release
3-
tensorflow-text==2.16.0rc0
2+
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
3+
tensorflow-text~=2.16.0
44

55
# Torch with cuda support.
66
--extra-index-url https://download.pytorch.org/whl/cu121

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow.
2-
tensorflow-cpu==2.16.0rc0 # Pin to rc until TF 2.16 release
3-
tensorflow-text==2.16.0rc0
2+
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
3+
tensorflow-text~=2.16.0
44

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

0 commit comments

Comments
 (0)