Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
|
2 |
-
accelerate
|
3 |
-
huggingface-hub
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
peft
|
7 |
-
google-auth
|
8 |
-
wrapt
|
9 |
-
antlr4-python3-runtime
|
10 |
git+https://github.com/cloneofsimo/lora.git
|
11 |
git+https://github.com/microsoft/LoRA
|
12 |
decord
|
|
|
1 |
+
diffusers==0.20.0
|
2 |
+
accelerate==0.21.0
|
3 |
+
huggingface-hub==0.25.0
|
4 |
+
transformers==4.30.0
|
5 |
+
torch==2.1.0
|
6 |
+
peft==0.4.0
|
7 |
+
google-auth==2.20.0
|
8 |
+
wrapt==1.15.0
|
9 |
+
antlr4-python3-runtime==4.9
|
10 |
git+https://github.com/cloneofsimo/lora.git
|
11 |
git+https://github.com/microsoft/LoRA
|
12 |
decord
|