fix: add pydantic/numpy/fastapi to requirements-train.txt for HF Jobs
Browse files- requirements-train.txt +4 -0
requirements-train.txt
CHANGED
|
@@ -7,3 +7,7 @@ bitsandbytes>=0.45.0
|
|
| 7 |
datasets>=3.2.0
|
| 8 |
huggingface-hub>=0.24.0
|
| 9 |
matplotlib>=3.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
datasets>=3.2.0
|
| 8 |
huggingface-hub>=0.24.0
|
| 9 |
matplotlib>=3.8.0
|
| 10 |
+
pydantic>=2.0.0
|
| 11 |
+
numpy>=1.24.0
|
| 12 |
+
fastapi>=0.100.0
|
| 13 |
+
aiosqlite>=0.17.0
|