Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Aurora Trinity-3 - Optional Dependencies
|
| 2 |
+
# Core Aurora works without any dependencies (pure Python)
|
| 3 |
+
# These are only needed for advanced features:
|
| 4 |
+
|
| 5 |
+
# For Hugging Face integration (optional):
|
| 6 |
+
# torch>=2.0.0
|
| 7 |
+
# transformers>=4.30.0
|
| 8 |
+
# huggingface-hub>=0.16.0
|
| 9 |
+
|
| 10 |
+
# For development (optional):
|
| 11 |
+
# pytest>=6.0.0
|
| 12 |
+
# black>=22.0.0
|