llama-stack/docs/source/distributions
snova-edwardm 7fe2592795
SambaNova supports Llama 3.3 (#905)
# What does this PR do?

- Fix typo
- Support Llama 3.3 70B

## Test Plan

Run the following scripts and obtain the test results

Script
```
pytest -s -v --providers inference=sambanova llama_stack/providers/tests/inference/test_text_inference.py::TestInference::test_chat_completion_streaming --env SAMBANOVA_API_KEY={API_KEY}
```

Result
```
llama_stack/providers/tests/inference/test_text_inference.py::TestInference::test_chat_completion_streaming[-sambanova] PASSED

=========================================== 1 passed, 1 warning in 1.26s ============================================
```

Script
```
pytest -s -v --providers inference=sambanova llama_stack/providers/tests/inference/test_text_inference.py::TestInference::test_chat_completion_non_streaming --env SAMBANOVA_API_KEY={API_KEY}
```

Result
```
llama_stack/providers/tests/inference/test_text_inference.py::TestInference::test_chat_completion_non_streaming[-sambanova] PASSED

=========================================== 1 passed, 1 warning in 0.52s ============================================
```

## Sources

Please link relevant resources if necessary.


## Before submitting

- [N] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
- [Y] Ran pre-commit to handle lint / formatting issues.
- [Y] Read the [contributor
guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
      Pull Request section?
- [Y] Updated relevant documentation.
- [N] Wrote necessary unit or integration tests.
2025-01-30 09:24:46 -08:00
..
ondevice_distro Fixed distro documentation (#852) 2025-01-23 08:19:51 -08:00
remote_hosted_distro Fixed distro documentation (#852) 2025-01-23 08:19:51 -08:00
self_hosted_distro SambaNova supports Llama 3.3 (#905) 2025-01-30 09:24:46 -08:00
building_distro.md More Updates to Read the Docs (#856) 2025-01-23 11:39:33 -08:00
configuration.md More Updates to Read the Docs (#856) 2025-01-23 11:39:33 -08:00
importing_as_library.md More Updates to Read the Docs (#856) 2025-01-23 11:39:33 -08:00
index.md Fix link to selection guide and change "docker" to "container" (#898) 2025-01-29 11:59:40 -08:00
selection.md Fixed multiple typos (#878) 2025-01-24 14:45:43 -08:00