llama-stack-mirror/docs/source
Xi Yan 7a4383e4c1
add 3.3 to together inference provider (#729)
# What does this PR do?

- add llama3.3 model for together
- fix fireworks distro_codegen

```
python llama_stack/scripts/distro_codegen.py
```

## Test Plan

<img width="1132" alt="image"
src="https://github.com/user-attachments/assets/bf94b933-9200-4e73-878e-d1a95d450a88"
/>

**Tests**
```
pytest -v -s -k "together" --inference-model="meta-llama/Llama-3.3-70B-Instruct" ./llama_stack/providers/tests/inference/test_text_inference.py
```
<img width="1139" alt="image"
src="https://github.com/user-attachments/assets/407dc98b-8de3-4841-8cb1-75e4b5128544"
/>


## 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-06 15:39:41 -08:00
..
benchmark_evaluations add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00
building_applications Update Telemetry API so OpenAPI generation can work (#640) 2024-12-16 13:00:14 -08:00
concepts add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00
contributing Fix some typos in distributions/providers docs (#603) 2024-12-11 10:10:52 -08:00
distributions add 3.3 to together inference provider (#729) 2025-01-06 15:39:41 -08:00
getting_started Minor Quick Start documentation updates. (#692) 2024-12-30 14:19:05 -08:00
introduction Add documentations for building applications and with some content for agentic loop 2024-12-08 16:54:02 -08:00
playground update playground doc video 2024-12-26 14:50:19 -08:00
references docs: update evals_reference/index.md (#675) 2024-12-26 11:32:37 -08:00
conf.py [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00
index.md add colab notebook & update docs (#619) 2024-12-13 19:15:15 -08:00