Замена модели ASR на GigaAM (CTC v2)

This commit is contained in:
2025-07-15 00:17:20 +03:00
parent 84654318dc
commit d8815b5584
3 changed files with 32 additions and 35 deletions

View File

@@ -1,10 +1,12 @@
version: '3.8'
services:
whisper-app:
build: .
ports:
- "9854:9854"
devices:
- "/dev/kfd:/dev/kfd"
- "/dev/dri:/dev/dri"
group_add:
- video
volumes:
- ./keys.txt:/app/keys.txt
- /tmp:/tmp
command: ["python", "app.py"]