mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-21 11:04:59 +00:00
fix(aio): correctly detect intel systems (#1931)
Also rename SIZE to PROFILE
This commit is contained in:
parent
2bba62ca4d
commit
eab4a91a9b
2 changed files with 72 additions and 49 deletions
|
@ -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" %}})) |
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue