Merge branch 'main' into fix-ragtool-insert-on-fips-cluster

This commit is contained in:
Jorge 2025-07-01 18:09:23 +02:00 committed by GitHub
commit 57dcd183d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,5 +14,5 @@ A Llama Stack API is described as a collection of REST endpoints. We currently s
We are working on adding a few more APIs to complete the application lifecycle. These will include: We are working on adding a few more APIs to complete the application lifecycle. These will include:
- **Batch Inference**: run inference on a dataset of inputs - **Batch Inference**: run inference on a dataset of inputs
- **Batch Agents**: run agents on a dataset of inputs - **Batch Agents**: run agents on a dataset of inputs
- **Post Training**: fine-tune a Llama model - **Post Training**: fine-tune a model
- **Synthetic Data Generation**: generate synthetic data for model development - **Synthetic Data Generation**: generate synthetic data for model development