Change Wyoming listener port to 10405
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- video
|
||||
- render
|
||||
ports:
|
||||
- "10300:10300"
|
||||
- "10405:10405"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
# gfx1031 (RX 6000-series variants) can be told to behave as gfx1030.
|
||||
- HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||
command: >
|
||||
--uri tcp://0.0.0.0:10300
|
||||
--uri tcp://0.0.0.0:10405
|
||||
--data-dir /data
|
||||
--model Systran/faster-distil-whisper-small.en
|
||||
--device cuda
|
||||
|
||||
Reference in New Issue
Block a user