Skip to content
Snippets Groups Projects
Verified Commit 13075416 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Add gpu_usage and model_usage in YAML config docs

parent cad0640c
No related branches found
No related tags found
1 merge request!281Add gpu_usage and model_usage in YAML config docs
Pipeline #79937 passed
......@@ -67,6 +67,21 @@ include:
- `word-segmenter`
- `paragraph-creator`
`gpu_usage`
: Whether or not this worker requires or supports GPUs. Defaults to `disabled`. May take one of the following values:
`required`
: This worker requires a GPU, and will only be run on Ponos agents whose hosts have a GPU.
`supported`
: This worker supports using a GPU, but may run on any available host, including those without GPUs.
`disabled`
: This worker does not support GPUs. It may run on a host that has a GPU, but it will ignore it.
`model_usage`
: Boolean. Whether or not this worker requires a model version to run. Defaults to `false`.
`docker`
: Regroups Docker-related configuration attributes:
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment