mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
Add reference to e2e notebook
This commit is contained in:
parent
0cd7f5dfe5
commit
931ee14a88
2 changed files with 8 additions and 0 deletions
|
@ -170,3 +170,7 @@ llama stack run ./run.yaml \
|
||||||
--env NVIDIA_API_KEY=$NVIDIA_API_KEY \
|
--env NVIDIA_API_KEY=$NVIDIA_API_KEY \
|
||||||
--env INFERENCE_MODEL=$INFERENCE_MODEL
|
--env INFERENCE_MODEL=$INFERENCE_MODEL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Example Notebooks
|
||||||
|
You can reference the Jupyter notebooks in `docs/notebooks/nvidia/` for example usage of these APIs.
|
||||||
|
- [Llama_Stack_NVIDIA_E2E_Flow.ipynb](/docs/notebooks/nvidia/Llama_Stack_NVIDIA_E2E_Flow.ipynb) contains an end-to-end workflow for running inference, customizing, and evaluating models using your deployed NeMo Microservices platform.
|
||||||
|
|
|
@ -144,3 +144,7 @@ llama stack run ./run.yaml \
|
||||||
--env NVIDIA_API_KEY=$NVIDIA_API_KEY \
|
--env NVIDIA_API_KEY=$NVIDIA_API_KEY \
|
||||||
--env INFERENCE_MODEL=$INFERENCE_MODEL
|
--env INFERENCE_MODEL=$INFERENCE_MODEL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Example Notebooks
|
||||||
|
You can reference the Jupyter notebooks in `docs/notebooks/nvidia/` for example usage of these APIs.
|
||||||
|
- [Llama_Stack_NVIDIA_E2E_Flow.ipynb](/docs/notebooks/nvidia/Llama_Stack_NVIDIA_E2E_Flow.ipynb) contains an end-to-end workflow for running inference, customizing, and evaluating models using your deployed NeMo Microservices platform.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue