Skip to content
Merged
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
3 changes: 0 additions & 3 deletions requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ namex
rouge-score
sentencepiece
tensorflow-datasets
# TODO #1419: CI fails with `tensorflow-hub==0.16.1` installed from
# `tensorflow-text-nightly` dependency. Remove once GH issue 1419 is closed.
tensorflow-hub==0.16.0
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.
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20240201 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20240201 # Pin a working nightly until rc0.

# 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.
tf-nightly[and-cuda]==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.
tf-nightly[and-cuda]==2.16.0.dev20240201 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20240201 # Pin a working nightly until rc0.

# 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.
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20240201 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20240201 # Pin a working nightly until rc0.

# 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.
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231221 # Pin a working nightly until rc0.
tf-nightly-cpu==2.16.0.dev20240201 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20240201 # Pin a working nightly until rc0.

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