llama-stack-mirror/docs/source
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
..
building_applications Update docs for RAG and improve CONTRIBUTING.md 2025-01-28 06:09:48 -08:00
concepts Update documentation 2025-01-23 17:10:57 -08:00
contributing Doc updates 2025-01-23 21:31:18 -08:00
distributions SambaNova supports Llama 3.3 (#905) 2025-01-30 09:24:46 -08:00
getting_started Update documentation 2025-01-23 17:10:57 -08:00
introduction Update index.md (#888) 2025-01-28 04:55:41 -08:00
playground update playground doc video 2024-12-26 14:50:19 -08:00
references update python sdk reference (#866) 2025-01-23 16:04:06 -08:00
conf.py [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00
index.md Point to 0.1.0 release notes in docs 2025-01-24 10:00:16 -08:00