Upload requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
huggingface_hub
|
2 |
safetensors
|
3 |
-
transformers
|
4 |
-
diffusers
|
5 |
peft
|
6 |
-
|
7 |
-
torch
|
8 |
pytorch_lightning
|
9 |
gdown
|
10 |
bitsandbytes
|
|
|
1 |
huggingface_hub
|
2 |
safetensors
|
3 |
+
transformers==4.46.3
|
4 |
+
diffusers==0.31.0
|
5 |
peft
|
6 |
+
sentencepiece3
|
7 |
+
torch==2.5.1
|
8 |
pytorch_lightning
|
9 |
gdown
|
10 |
bitsandbytes
|