Skip to content

Commit

Permalink
Try removing tensorflow pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw committed Jul 23, 2024
1 parent 6f50e46 commit 63ee810
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.1 # Pin to TF 2.16
tensorflow-text~=2.16.1
tensorflow-cpu
tensorflow-text

# 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.1 # Pin to TF 2.16
tensorflow-text~=2.16.1
tensorflow[and-cuda]
tensorflow-text

# 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.1 # Pin to TF 2.16
tensorflow-text~=2.16.1
tensorflow-cpu
tensorflow-text

# 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.1 # Pin to TF 2.16
tensorflow-text~=2.16.1
tensorflow-cpu
tensorflow-text

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

0 comments on commit 63ee810

Please sign in to comment.