1
0
Fork 0

fix(docs): describe ONNX_WEB_EXTRA_ARGS and _EXTRA_MODELS in admin guide

This commit is contained in:
Sean Sube 2023-03-09 08:08:27 -06:00
parent fe437e8cd4
commit 719fbc35e4
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ Others:
- disabling this can reduce noise in server logs, especially when logging to a file - disabling this can reduce noise in server logs, especially when logging to a file
- `ONNX_WEB_OPTIMIZATIONS` - `ONNX_WEB_OPTIMIZATIONS`
- comma-delimited list of optimizations to enable - comma-delimited list of optimizations to enable
- `ONNX_WEB_EXTRA_ARGS`
- extra arguments to the launch script
- set this to `--half` to convert models to fp16
- `ONNX_WEB_EXTRA_MODELS`
- extra model files to be loaded
- one or more filenames or paths, to JSON or YAML files matching [the extras schema](../api/schemas/extras.yaml)
### Pipeline Optimizations ### Pipeline Optimizations