Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ tensorflow-text
tensorflow
tiktoken
tokamax!=0.1.0
transformers>=5.8.0
transformers>=5.11.0
uvloop
qwix>=0.1.6
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ python-json-logger
pyzmq
ray
setproctitle>=1.0
setuptools==78.1.0
torch==2.11.0
setuptools==78.1.1
torch==2.12.0
watchfiles
xgrammar
xprof
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ tokenizers>=0.22.2
toml>=0.10.2
tomlkit>=0.15.0
toolz>=1.1.0
torch==2.11.0+cpu
torch==2.12.0
torchax>=0.0.11
torchvision==0.26.0+cpu
tornado>=6.5.7
Expand Down
6 changes: 3 additions & 3 deletions src/maxtext/inference/mlperf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
transformers==4.31.0
nltk==3.8.1
transformers==5.0.0rc3
nltk==3.9.4
evaluate==0.4.0
absl-py==1.4.0
rouge-score==0.1.2
sentencepiece==0.1.99
sentencepiece==0.2.1
accelerate==0.21.0
omegaconf
Loading