Tomtom84 commited on
Commit
14194e3
·
verified ·
1 Parent(s): 7b879b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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