We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea17a2b commit 0febe65Copy full SHA for 0febe65
requirements.txt
@@ -1,11 +1,16 @@
1
+torch>=2.0.0
2
transformers>=4.30.0
3
datasets>=2.12.0
4
accelerate>=0.20.0
5
peft>=0.4.0
-bitsandbytes>=0.39.0
6
-huggingface_hub>=0.15.0
7
-torch>=2.0.0
8
-pyyaml>=6.0
+bitsandbytes>=0.40.0
+scipy>=1.10.0
+scikit-learn>=1.0.0
9
tqdm>=4.65.0
10
+numpy>=1.24.0
11
wandb>=0.15.0
-
12
+sentencepiece>=0.1.99
13
+protobuf>=3.20.0
14
+einops>=0.6.1
15
+evaluate>=0.4.0
16
+tensorboard>=2.13.0
0 commit comments