File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1- albumentations == 1.4.21
2- datasets [vision ]~= 3.1 .0
1+ albumentations == 1.4.23
2+ datasets [vision ]~= 3.2 .0
33evaluate == 0.4.3
44ipadic == 1.0.0
55jiwer == 3.0.5
66joblib == 1.4.2
7- loguru == 0.7.2
7+ loguru == 0.7.3
88pandas == 2.2.3
99nltk == 3.9.1
10- optuna == 4.0 .0
10+ optuna == 4.1 .0
1111Pillow == 11.0.0
1212sacremoses == 0.1.1
13- scikit-learn == 1.5.2
13+ scikit-learn == 1.6.0
1414sentencepiece == 0.2.0
15- tqdm == 4.67.0
16- werkzeug == 3.1.2
17- xgboost == 2.1.2
18- huggingface_hub == 0.26.2
15+ tqdm == 4.67.1
16+ werkzeug == 3.1.3
17+ xgboost == 2.1.3
18+ huggingface_hub == 0.27.0
1919requests == 2.32.3
2020einops == 0.8.0
21- packaging == 24.1
22- cryptography == 43 .0.3
21+ packaging == 24.2
22+ cryptography == 44 .0.0
2323nvitop == 1.3.2
2424# latest versions
25- tensorboard == 2.16.2
26- peft == 0.13.2
27- trl == 0.12 .0
28- tiktoken == 0.6 .0
29- transformers == 4.46.2
30- accelerate == 1.1 .1
31- bitsandbytes == 0.44.1
25+ tensorboard == 2.18.0
26+ peft == 0.14.0
27+ trl == 0.13 .0
28+ tiktoken == 0.8 .0
29+ transformers == 4.47.1
30+ accelerate == 1.2 .1
31+ bitsandbytes == 0.45.0
3232# extras
3333rouge_score == 0.1.2
3434py7zr == 0.22.0
35- fastapi == 0.115.4
36- uvicorn == 0.32 .0
37- python-multipart == 0.0.17
38- pydantic == 2.9.2
35+ fastapi == 0.115.6
36+ uvicorn == 0.34 .0
37+ python-multipart == 0.0.20
38+ pydantic == 2.10.4
3939hf-transfer
4040pyngrok == 7.2.1
41- authlib == 1.3.2
41+ authlib == 1.4.0
4242itsdangerous == 2.2.0
4343seqeval == 1.2.2
44- httpx == 0.27.2
44+ httpx == 0.28.1
4545pyyaml == 6.0.2
46- timm == 1.0.11
47- torchmetrics == 1.5.1
46+ timm == 1.0.12
47+ torchmetrics == 1.6.0
4848pycocotools == 2.0.8
49- sentence-transformers == 3.2 .1
49+ sentence-transformers == 3.3 .1
Original file line number Diff line number Diff line change 4545warnings .filterwarnings ("ignore" , category = UserWarning , module = "huggingface_hub" )
4646
4747logger = Logger ().get_logger ()
48- __version__ = "0.8.34.dev0 "
48+ __version__ = "0.8.34"
4949
5050
5151def is_colab ():
You can’t perform that action at this time.
0 commit comments