mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
readme fix
This commit is contained in:
parent
8d0e822cf7
commit
eec46dcb94
2 changed files with 6 additions and 6 deletions
|
@ -121,9 +121,9 @@ llama stack run ./run-with-safety.yaml \
|
||||||
|
|
||||||
### (Optional) Update Model Serving Configuration
|
### (Optional) Update Model Serving Configuration
|
||||||
|
|
||||||
> [!NOTE]
|
```{note}
|
||||||
> Please check the [OLLAMA_SUPPORTED_MODELS](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/providers.remote/inference/ollama/ollama.py) for the supported Ollama models.
|
Please check the [model_aliases](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/providers/remote/inference/ollama/ollama.py#L45) for the supported Ollama models.
|
||||||
|
```
|
||||||
|
|
||||||
To serve a new model with `ollama`
|
To serve a new model with `ollama`
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -114,9 +114,9 @@ llama stack run ./run-with-safety.yaml \
|
||||||
|
|
||||||
### (Optional) Update Model Serving Configuration
|
### (Optional) Update Model Serving Configuration
|
||||||
|
|
||||||
> [!NOTE]
|
```{note}
|
||||||
> Please check the [OLLAMA_SUPPORTED_MODELS](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/providers.remote/inference/ollama/ollama.py) for the supported Ollama models.
|
Please check the [model_aliases](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/providers/remote/inference/ollama/ollama.py#L45) for the supported Ollama models.
|
||||||
|
```
|
||||||
|
|
||||||
To serve a new model with `ollama`
|
To serve a new model with `ollama`
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue