mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 14:42:41 +00:00
fix readmes
This commit is contained in:
parent
474101a9f7
commit
6100b02ff5
6 changed files with 10 additions and 14 deletions
|
|
@ -49,7 +49,7 @@ inference:
|
|||
**Via Conda**
|
||||
|
||||
```bash
|
||||
llama stack build --config ./build.yaml
|
||||
llama stack build --template fireworks --image-type conda
|
||||
# -- modify run.yaml to a valid Fireworks server endpoint
|
||||
llama stack run ./run.yaml
|
||||
```
|
||||
|
|
|
|||
|
|
@ -86,6 +86,6 @@ inference:
|
|||
**Via Conda**
|
||||
|
||||
```
|
||||
llama stack build --config ./build.yaml
|
||||
llama stack build --template ollama --image-type conda
|
||||
llama stack run ./gpu/run.yaml
|
||||
```
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ inference:
|
|||
**Via Conda**
|
||||
|
||||
```bash
|
||||
llama stack build --config ./build.yaml
|
||||
llama stack build --template tgi --image-type conda
|
||||
# -- start a TGI server endpoint
|
||||
llama stack run ./gpu/run.yaml
|
||||
```
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ memory:
|
|||
**Via Conda**
|
||||
|
||||
```bash
|
||||
llama stack build --config ./build.yaml
|
||||
llama stack build --template together --image-type conda
|
||||
# -- modify run.yaml to a valid Together server endpoint
|
||||
llama stack run ./run.yaml
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue