Merge branch 'main' into evals_9

This commit is contained in:
Xi Yan 2024-10-28 14:11:51 -07:00 committed by GitHub
commit e2aa592e26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ inference:
api_key: <optional api key>
```
### (Alternative) TGI server + llama stack run (Single Node GPU)
### (Alternative) llama stack run (Single Node CPU)
```
docker run --network host -it -p 5000:5000 -v ./run.yaml:/root/my-run.yaml --gpus=all llamastack/distribution-fireworks --yaml_config /root/my-run.yaml

View file

@ -33,7 +33,7 @@ inference:
api_key: <optional api key>
```
### (Alternative) TGI server + llama stack run (Single Node GPU)
### (Alternative) llama stack run (Single Node CPU)
```
docker run --network host -it -p 5000:5000 -v ./run.yaml:/root/my-run.yaml --gpus=all llamastack/distribution-together --yaml_config /root/my-run.yaml
@ -52,7 +52,7 @@ inference:
Together distribution comes with weaviate as Memory provider. We also need to configure the remote weaviate API key and URL in `run.yaml` to get memory API.
```
memory:
- provider_id: meta0
- provider_id: weaviate0
provider_type: remote::weaviate
config:
weaviate_api_key: <ENTER_WEAVIATE_API_KEY>