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
Expand Up @@ -3,11 +3,11 @@ pandas==2.2.2
clip==0.2.0
image-reward==1.5
torchmetrics==1.8.2
transformers==4.57.3
transformers==5.0.0rc3
sentencepiece
safetensors==0.8.0rc0
tabulate==0.10.0
protobuf
torch==2.10.0
torch==2.12.0
torchvision==0.25.0
torchao==0.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ easydict
urllib3
boto3
omegaconf
transformers==4.57.1
transformers==5.0.0rc3
pycocoevalcap
detectron2@git+https://github.com/facebookresearch/detectron2.git
accelerate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lm-eval[api]
loguru
compressed-tensors==0.12.2
hf_transfer
transformers==4.57.3
torch==2.9.0
transformers==5.0.0rc3
torch==2.12.0
# pip install git+https://github.com/yiliu30/long-bench-eval
long-bench-eval @ git+https://github.com/yiliu30/long-bench-eval
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
loguru
hf_transfer
transformers==4.57.3
transformers==5.0.0rc3
compressed-tensors==0.15.0.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
loguru
hf_transfer
transformers==4.57.3
transformers==5.0.0rc3
compressed-tensors==0.15.0.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
auto-round==0.8.0
neural-compressor-pt==3.6
transformers==4.53.0
transformers==5.0.0rc3
datasets
sentencepiece>=0.2.0
tensorboardX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ accelerate
protobuf
sentencepiece != 0.1.92
datasets >= 1.1.3
torch == 2.8.0
torch == 2.12.0
transformers
pytest
wandb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ peft
protobuf
sentencepiece != 0.1.92
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0+cpu
torch==2.12.0+cpu
transformers
bitsandbytes #baichuan
transformers_stream_generator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tensorflow==2.15
datasets
transformers==4.53.0
transformers==5.0.0rc3
Loading