Added requirements
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
gradio
|
| 3 |
+
huggingface-hub
|
| 4 |
+
lightning
|
| 5 |
+
torchmetrics
|
| 6 |
+
transformers
|
| 7 |
+
peft
|