Move the LT_LOAD_ONLY to the value so that it can be omitted if wanting to download all languages.
This commit is contained in:
@@ -12,20 +12,16 @@ COMPOSE_BAKE=true
|
||||
CPU=2.00
|
||||
RAM=4.0G
|
||||
|
||||
CPU=$CPU_RECOMMENDED
|
||||
RAM=$RAM_RECOMMENDED
|
||||
|
||||
### Languages ###
|
||||
|
||||
## Check for language model updates on each run.
|
||||
UPDATE_MODELS=true
|
||||
|
||||
## Leave commented, blank, or set to "All" for default behavior.
|
||||
# LANGUAGES=
|
||||
# LANGUAGES=All
|
||||
## Use default behavior of downloading all models.
|
||||
# LANGUAGES=ALL
|
||||
|
||||
## Otherwise set to a comma-separated list to enable only the desired models.
|
||||
LANGUAGES=en,es,fr,de
|
||||
LANGUAGES='LT_LOAD_ONLY=en,es,fr,de'
|
||||
|
||||
### API Keys ###
|
||||
|
||||
|
Reference in New Issue
Block a user