Skip to content

Commit 6269921

Browse files
mareklibraeloycoto
authored andcommitted
Add documentation links
Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent 3c86a1a commit 6269921

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ This project creates a Docker Compose setup with two main services:
1818
### Requirements:
1919
- podman-compose v1.5.0+
2020

21-
### OLLAMA running locally
21+
### OLLAMA (running locally)
2222
```
2323
export VLLM_URL="http://host.containers.internal:11434/v1"
2424
```
2525

26+
More info: https://llama-stack.readthedocs.io/en/latest/providers/inference/remote_vllm.html
27+
2628
### Vertex AI running in GCP
2729
```
2830
# create ~/.config/gcloud/application_default_credentials.json:
@@ -35,6 +37,8 @@ gcloud auth list
3537
export VERTEXAI_PROJECT="myproject"
3638
```
3739

40+
More info: https://llama-stack.readthedocs.io/en/latest/providers/inference/remote_vertexai.html
41+
3842
### Using podman-compose
3943

4044
```bash

0 commit comments

Comments
 (0)