Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MacroCast inference dependencies.
|
| 2 |
+
# Install a torch build matching your CUDA FIRST, e.g.:
|
| 3 |
+
# pip install torch --index-url https://download.pytorch.org/whl/cu128
|
| 4 |
+
# (On Google Colab / Kaggle torch is already installed — skip it.)
|
| 5 |
+
# A CUDA GPU is required (the fla / Triton kernels have no CPU path).
|
| 6 |
+
flash-linear-attention==0.5.0
|
| 7 |
+
fla-core==0.5.0
|
| 8 |
+
transformers==5.8.1
|
| 9 |
+
einops==0.7.0
|
| 10 |
+
gluonts==0.15.1
|
| 11 |
+
scipy
|
| 12 |
+
pandas
|
| 13 |
+
numpy<2
|
| 14 |
+
PyYAML
|
| 15 |
+
huggingface_hub
|
| 16 |
+
matplotlib
|