llama-stack-mirror/docs/source/distributions
Xi Yan b76bef169c
fix nvidia inference provider (#781)
# What does this PR do?

- fixes to nvidia inference provider to account for strategy update
- update nvidia templates

## Test Plan

```
llama stack run ./llama_stack/templates/nvidia/run.yaml --port 5000

LLAMA_STACK_BASE_URL="http://localhost:5000" pytest -v tests/client-sdk/inference/test_inference.py --html=report.html --self-contained-html
```
<img width="1288" alt="image"
src="https://github.com/user-attachments/assets/d20f9aea-525e-47de-a5be-586e022e0d55"
/>

**NOTE**
- vision inference broken
- tool calling broken
- /completion broken

cc @mattf @cdgamarose-nv  for improving NVIDIA inference adapter

## Sources

Please link relevant resources if necessary.


## Before submitting

- [ ] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
- [ ] Ran pre-commit to handle lint / formatting issues.
- [ ] Read the [contributor
guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
      Pull Request section?
- [ ] Updated relevant documentation.
- [ ] Wrote necessary unit or integration tests.
2025-01-15 18:49:36 -08:00
..
ondevice_distro Update kotlin docs to 0.0.58 (#614) 2024-12-12 13:09:13 -08:00
remote_hosted_distro fix nvidia inference provider (#781) 2025-01-15 18:49:36 -08:00
self_hosted_distro add nvidia distribution (#565) 2025-01-15 14:04:43 -08:00
building_distro.md Add missing "inline::" prefix for providers in building_distro.md (#702) 2025-01-02 09:03:30 -08:00
configuration.md Fix some typos in distributions/providers docs (#603) 2024-12-11 10:10:52 -08:00
importing_as_library.md removed assertion in ollama.py and fixed typo in the readme (#563) 2024-12-03 20:11:19 -08:00
index.md add nvidia distribution (#565) 2025-01-15 14:04:43 -08:00