fix readmes

This commit is contained in:
Xi Yan 2024-10-25 12:49:33 -07:00
parent 474101a9f7
commit 6100b02ff5
6 changed files with 10 additions and 14 deletions

View file

@ -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
```

View file

@ -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
```

View file

@ -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
```

View file

@ -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
```