mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-14 06:23:45 +00:00
- added providers/registry - cleaned up api/ subdirectories and moved impls away - restructured api/api.py - from llama_stack.apis.<api> import foo should work now - update imports to do llama_stack.apis.<api> - update many other imports - added __init__, fixed some registry imports - updated registry imports - create_agentic_system -> create_agent - AgenticSystem -> Agent
10 lines
287 B
YAML
10 lines
287 B
YAML
name: local-fireworks-conda-example
|
|
distribution_spec:
|
|
description: Use Fireworks.ai for running LLM inference
|
|
providers:
|
|
inference: remote::fireworks
|
|
memory: meta-reference-faiss
|
|
safety: meta-reference
|
|
agents: meta-reference
|
|
telemetry: console
|
|
image_type: conda
|