Skip to content
Merged
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
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blobfile
colorlog
decord
scikit-learn
multiprocess<=0.70.12.2
multiprocess
datasets >= 3.0.0
tqdm
sentencepiece
Expand All @@ -14,14 +14,12 @@ fast_dataindex>=0.1.1 ; platform_system == "Linux"
aistudio-sdk>=0.3.0
jinja2
regex
numpy<=1.26.4
numpy
tiktoken
ml_dtypes
tokenizers<=0.20.3; python_version<="3.8"
tokenizers>=0.21,<0.22; python_version>"3.8"
omegaconf
modelscope
transformers>=4.55.1
triton >= 3.1
use_triton_in_paddle
GPUtil
GPUtil
Loading