Skip to content

Commit

Permalink
fix: tf version to use numpy < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Nov 14, 2024
1 parent 67b9f15 commit 78df36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ RUN if [ "$framework" = "jax" ] ; then \

RUN cd /algorithmic-efficiency && pip install -e '.[full]'

RUN cd /algorithmic-efficiency && pip install -e '.[wandb]'

RUN cd /algorithmic-efficiency && git fetch origin
RUN cd /algorithmic-efficiency && git pull

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
docker==7.1.0
numpy>=1.26.4
pandas==2.2.3
tensorflow==2.18.0
tensorflow==2.17.0
tensorflow-datasets==4.9.7
tensorflow-addons==0.23.0
gputil==1.4.0
Expand Down Expand Up @@ -105,7 +105,7 @@ librispeech_conformer =

wmt =
sentencepiece==0.2.0
tensorflow-text==2.18.0
tensorflow-text==2.17.0
sacrebleu==2.4.3

# Frameworks #
Expand Down

0 comments on commit 78df36f

Please sign in to comment.