Замена модели ASR на GigaAM (CTC v2)
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user