Skip to content

Releases: meta-llama/llama-stack

v0.0.61

10 Dec 20:50
e2054d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.55...v0.0.61

v0.0.55 release

23 Nov 17:14
Compare
Choose a tag to compare

What's Changed

  • Fix TGI inference adapter
  • Fix llama stack build in 0.0.54 by @dltn in #505
  • Several documentation related improvements
  • Fix opentelemetry adapter by @dineshyv in #510
  • Update Ollama supported llama model list by @hickeyma in #483

Full Changelog: v0.0.54...v0.0.55

Llama Stack 0.0.54 Release

22 Nov 00:36
Compare
Choose a tag to compare

What's Changed

  • Bugfixes release on top of 0.0.53
  • Don't depend on templates.py when print llama stack build messages by @ashwinb in #496
  • Restructure docs by @dineshyv in #494
  • Since we are pushing for HF repos, we should accept them in inference configs by @ashwinb in #497
  • Fix fp8 quantization script. by @liyunlu0618 in #500
  • use logging instead of prints by @dineshyv in #499

New Contributors

Full Changelog: v0.0.53...v0.0.54

Llama Stack 0.0.53 Release

20 Nov 22:18
Compare
Choose a tag to compare

🚀 Initial Release Notes for Llama Stack!

Added

  • Resource-oriented design for models, shields, memory banks, datasets and eval tasks
  • Persistence for registered objects with distribution
  • Ability to persist memory banks created for FAISS
  • PostgreSQL KVStore implementation
  • Environment variable placeholder support in run.yaml files
  • Comprehensive Zero-to-Hero notebooks and quickstart guides
  • Support for quantized models in Ollama
  • Vision models support for Together, Fireworks, Meta-Reference, and Ollama, and vLLM
  • Bedrock distribution with safety shields support
  • Evals API with task registration and scoring functions
  • MMLU and SimpleQA benchmark scoring functions
  • Huggingface dataset provider integration for benchmarks
  • Support for custom dataset registration from local paths
  • Benchmark evaluation CLI tools with visualization tables
  • RAG evaluation scoring functions and metrics
  • Local persistence for datasets and eval tasks

Changed

  • Split safety into distinct providers (llama-guard, prompt-guard, code-scanner)
  • Changed provider naming convention (implsinline, adaptersremote)
  • Updated API signatures for dataset and eval task registration
  • Restructured folder organization for providers
  • Enhanced Docker build configuration
  • Added version prefixing for REST API routes
  • Enhanced evaluation task registration workflow
  • Improved benchmark evaluation output formatting
  • Restructured evals folder organization for better modularity

Removed

  • llama stack configure command

What's Changed

Read more