Skip to content
Open
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
@@ -1,7 +1,7 @@
# NOTE: Any changes made here need to be made to requirements_cpu.txt as well
datasets==2.16.1
evaluate==0.4.3
nltk==3.9.3
nltk==3.9.4
huggingface-hub==1.9.1
torch==2.8.0
transformers==5.5.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Needs to be installed with `pip install --extra-index-url https://download.pytorch.org/whl/ .[huggingface_cpu]`
datasets==2.16.1
evaluate==0.4.3
nltk==3.9.3
nltk==3.9.4
huggingface-hub==1.9.1
torch==2.8.0+cpu
transformers==5.5.0
Loading