Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
snac
|
| 2 |
-
python-dotenv
|
| 3 |
-
transformers
|
| 4 |
-
torch==2.2.2
|
| 5 |
-
spaces
|
| 6 |
gradio
|
|
|
|
|
|
|
| 7 |
uvicorn==0.30.1
|
| 8 |
fastapi==0.111.0
|
| 9 |
-
transformers==4.48.3
|
| 10 |
websockets==15.0.1
|
| 11 |
-
numpy~=1.26
|
|
|
|
| 1 |
+
# Kern
|
| 2 |
+
torch==2.2.2 # kommt schon im Base‑Image, aber Pin schadet nicht
|
| 3 |
+
transformers==4.48.3
|
| 4 |
snac
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
gradio
|
| 6 |
+
spaces
|
| 7 |
+
python-dotenv
|
| 8 |
uvicorn==0.30.1
|
| 9 |
fastapi==0.111.0
|
|
|
|
| 10 |
websockets==15.0.1
|
| 11 |
+
numpy~=1.26 # löst dein NumPy‑ABI‑Problem
|