Skip to content

Commit

Permalink
fix(docs): remove reference to removed num_workers server variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 11, 2023
1 parent 9555a7a commit db61697
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/server-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,17 @@ Others:
- `ONNX_WEB_DEFAULT_PLATFORM`
- the default platform to show in the client
- overrides the `params.json` file
- `ONNX_WEB_NUM_WORKERS`
- number of background workers for image pipelines
- this should be equal to or less than the number of available GPUs
- `ONNX_WEB_SHOW_PROGRESS`
- show progress bars in the logs
- disabling this can reduce noise in server logs, especially when logging to a file
- `ONNX_WEB_OPTIMIZATIONS`
- 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)
- `ONNX_WEB_SHOW_PROGRESS`
- show progress bars in the logs
- disabling this can reduce noise in server logs, especially when logging to a file
- `ONNX_WEB_OPTIMIZATIONS`
- comma-delimited list of optimizations to enable

### Pipeline Optimizations

Expand Down

0 comments on commit db61697

Please sign in to comment.