Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw committed Oct 24, 2023
1 parent 570a4bb commit fb9e5e0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt --progress-bar off
pip install keras-nightly -U --progress-bar off
pip install --no-deps -e "." --progress-bar off
- name: Test with pytest
env:
Expand Down
3 changes: 0 additions & 3 deletions requirements-common.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Library deps.
keras-core>=0.1.6
dm-tree
regex
rich
Expand All @@ -17,5 +16,3 @@ namex
rouge-score
sentencepiece
tensorflow-datasets
# Breakage fix.
ml-dtypes==0.2.0
5 changes: 2 additions & 3 deletions requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Tensorflow cpu-only version.
tf-nightly==2.15.0.dev20231009 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.15.0.dev20231009 # Pin a working nightly until rc0.
tensorflow-text>=2.14.0
tf-nightly==2.16.0.dev202310024 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev202310024 # 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,7 +1,7 @@
# Tensorflow with cuda support.
--extra-index-url https://pypi.nvidia.com
tf-nightly[and-cuda]==2.15.0.dev20231009 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.15.0.dev20231009 # Pin a working nightly until rc0.
tf-nightly[and-cuda]==2.16.0.dev20231024 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231024 # 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==2.15.0.dev20231009 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.15.0.dev20231009 # Pin a working nightly until rc0.
tf-nightly==2.16.0.dev20231024 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231024 # Pin a working nightly until rc0.

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu118
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==2.15.0.dev20231009 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.15.0.dev20231009 # Pin a working nightly until rc0.
tf-nightly==2.16.0.dev20231024 # Pin a working nightly until rc0.
tensorflow-text-nightly==2.16.0.dev20231024 # Pin a working nightly until rc0.

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

0 comments on commit fb9e5e0

Please sign in to comment.