Tomtom84 commited on
Commit
be98391
·
verified ·
1 Parent(s): c700bd5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -13
requirements.txt CHANGED
@@ -1,13 +1,9 @@
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
12
- peft>=0.4.0
13
- accelerate>=0.26.0
 
1
+ # Kern-Lib
2
+ realtimetts[system,openai,azure,elevenlabs]~=0.2 # [all] ist unnötig fett
3
+ # Eigene Engines
4
+ snac>=0.1 # Multi-Scale Neural Audio Codec
5
+ pyaudio>=0.2 # nur für paInt16-Const
6
+ fastapi~=0.111
7
+ uvicorn[standard]~=0.30
8
+ requests~=2.31
9
+ numpy~=1.26