Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
openai
|
2 |
-
tqdm
|
3 |
-
pydantic
|
4 |
-
dotenv
|
5 |
-
requests
|
6 |
-
datasets
|
7 |
-
fastapi
|
8 |
-
checkpoints
|
9 |
-
torch
|
10 |
-
peft
|
11 |
-
auto-gptq
|
|
|
|
1 |
+
openai
|
2 |
+
tqdm
|
3 |
+
pydantic
|
4 |
+
dotenv
|
5 |
+
requests
|
6 |
+
datasets
|
7 |
+
fastapi
|
8 |
+
checkpoints
|
9 |
+
torch
|
10 |
+
peft
|
11 |
+
auto-gptq
|
12 |
+
gradio
|