Spaces:
Sleeping
Sleeping
muskan singh commited on
Commit ·
134c2ae
1
Parent(s): 869f731
Fix missing matplotlib dependency
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -8,3 +8,12 @@ openai==2.15.0
|
|
| 8 |
httpx==0.28.1
|
| 9 |
openenv-core==0.2.3
|
| 10 |
aiofiles>=23.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
httpx==0.28.1
|
| 9 |
openenv-core==0.2.3
|
| 10 |
aiofiles>=23.0.0
|
| 11 |
+
torch
|
| 12 |
+
transformers
|
| 13 |
+
datasets
|
| 14 |
+
trl
|
| 15 |
+
unsloth
|
| 16 |
+
matplotlib
|
| 17 |
+
numpy
|
| 18 |
+
accelerate
|
| 19 |
+
bitsandbytes
|