fix(aio): correctly detect intel systems (#1931)

Also rename SIZE to PROFILE
This commit is contained in:
Ettore Di Giacinto 2024-03-30 12:04:32 +01:00 committed by GitHub
parent 2bba62ca4d
commit eab4a91a9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 72 additions and 49 deletions

View file

@ -46,7 +46,7 @@ The AIO Images are inheriting the same environment variables as the base images
| Variable | Default | Description |
| ---------------------| ------- | ----------- |
| `SIZE` | Auto-detected | The size of the model to use. Available: `cpu`, `gpu-8g` |
| `PROFILE` | Auto-detected | The size of the model to use. Available: `cpu`, `gpu-8g` |
| `MODELS` | Auto-detected | A list of models YAML Configuration file URI/URL (see also [running models]({{%relref "docs/getting-started/run-other-models" %}})) |