-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcuda-requirements.txt
More file actions
56 lines (56 loc) · 1.27 KB
/
cuda-requirements.txt
File metadata and controls
56 lines (56 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
fastapi
uvicorn
pydantic
requests==2.33.0
tiktoken==0.7.0
python-dotenv==1.2.2
beautifulsoup4==4.12.3
faster-whisper==1.2.0
gguf
pydub==0.25.1
ffmpeg-python==0.2.0
transformers>=5.0.0rc3
sounddevice==0.4.6
webrtcvad==2.0.10
pyaudio==0.2.14
pyngrok==7.1.6
accelerate
diffusers @ git+https://github.com/huggingface/diffusers
python-multipart
openai
pdfplumber
sentence-transformers
sentencepiece
safetensors
huggingface_hub
# Note: chatterbox-tts is installed with --no-deps in Dockerfile to allow transformers upgrade
# chatterbox-tts dependencies that must be installed manually since we use --no-deps:
s3tokenizer
conformer
pykakasi
resemble-perth
einops
librosa
omegaconf
tokenizers>=0.21
soundfile
pyloudnorm
# Wake word training dependencies
gTTS>=2.4.0
edge-tts>=6.1.0
onnx>=1.21.0
onnxscript>=0.1.0
onnxruntime>=1.16.0
scipy>=1.11.0
# Note: esp-ppq is installed with --no-deps in Dockerfile to bypass onnx<1.18.0 pin
# esp-ppq dependencies that must be installed manually since we use --no-deps:
cryptography>=46.0.5
flatbuffers>=25.2.10
# Note: TFLite export disabled due to onnx2tf/tensorflow version conflicts
# ESPDL export enabled for ESP32-S3 via ESP-DL framework
# Video processing
opencv-python-headless>=4.8.0
imageio>=2.9.0
imageio-ffmpeg>=0.4.0
bitsandbytes>=0.43.0
optimum-quanto>=0.2.0