mirror of
https://github.com/technorabilia/docker-bits
synced 2024-11-14 18:12:47 +00:00
Workflow update
This commit is contained in:
parent
5f3764d406
commit
4dc8499f4d
@ -16,7 +16,7 @@ services:
|
||||
- PGID=${PGID:-100}
|
||||
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
||||
- TZ=${TZ:-Europe/Amsterdam}
|
||||
# Whisper model that will be used for transcription. From `tiny`, `base`, `small` and `medium`, all with `-int8` compressed variants
|
||||
# Whisper model that will be used for transcription. From `tiny`, `base`, `small` and `medium.en`, all with `-int8` compressed variants
|
||||
- WHISPER_MODEL=tiny-int8
|
||||
# Number of candidates to consider simultaneously during transcription.
|
||||
- WHISPER_BEAM=1 # optional
|
||||
|
@ -9,7 +9,7 @@ docker run -d \
|
||||
-e PUID=${PUID:-1024} `# for UserID` \
|
||||
-e PGID=${PGID:-100} `# for GroupID` \
|
||||
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
|
||||
-e WHISPER_MODEL=tiny-int8 `# Whisper model that will be used for transcription. From `tiny`, `base`, `small` and `medium`, all with `-int8` compressed variants` \
|
||||
-e WHISPER_MODEL=tiny-int8 `# Whisper model that will be used for transcription. From `tiny`, `base`, `small` and `medium.en`, all with `-int8` compressed variants` \
|
||||
-e WHISPER_BEAM=1 `# optional` `# Number of candidates to consider simultaneously during transcription.` \
|
||||
-e WHISPER_LANG=en `# optional` `# Language that you will speak to the add-on.` \
|
||||
-p 10300:10300 `# Wyoming connection port.` \
|
||||
|
Loading…
Reference in New Issue
Block a user