Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Taruh link-nya di baris paling atas!
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
|
| 4 |
+
# Baru tulis nama library-nya di bawah
|
| 5 |
+
fastapi
|
| 6 |
+
uvicorn
|
| 7 |
+
pydantic
|
| 8 |
+
pandas
|
| 9 |
+
numpy
|
| 10 |
+
torch
|
| 11 |
+
transformers
|
| 12 |
+
chronos-forecasting
|