1+ version : ' 2'
2+ image_name : minimal-viable-llama-stack-configuration
3+
4+ apis :
5+ - agents
6+ - datasetio
7+ - eval
8+ - files
9+ - inference
10+ - post_training
11+ - safety
12+ - scoring
13+ - telemetry
14+ - tool_runtime
15+ - vector_io
16+ benchmarks : []
17+ container_image : null
18+ datasets : []
19+ external_providers_dir : null
20+ inference_store :
21+ db_path : .llama/distributions/ollama/inference_store.db
22+ type : sqlite
23+ logging : null
24+ metadata_store :
25+ db_path : .llama/distributions/ollama/registry.db
26+ namespace : null
27+ type : sqlite
28+ providers :
29+ files :
30+ - provider_id : localfs
31+ provider_type : inline::localfs
32+ config :
33+ storage_dir : /tmp/llama-stack-files
34+ metadata_store :
35+ type : sqlite
36+ db_path : .llama/distributions/ollama/files_metadata.db
37+ agents :
38+ - provider_id : meta-reference
39+ provider_type : inline::meta-reference
40+ config :
41+ persistence_store :
42+ db_path : .llama/distributions/ollama/agents_store.db
43+ namespace : null
44+ type : sqlite
45+ responses_store :
46+ db_path : .llama/distributions/ollama/responses_store.db
47+ type : sqlite
48+ datasetio :
49+ - provider_id : huggingface
50+ provider_type : remote::huggingface
51+ config :
52+ kvstore :
53+ db_path : .llama/distributions/ollama/huggingface_datasetio.db
54+ namespace : null
55+ type : sqlite
56+ - provider_id : localfs
57+ provider_type : inline::localfs
58+ config :
59+ kvstore :
60+ db_path : .llama/distributions/ollama/localfs_datasetio.db
61+ namespace : null
62+ type : sqlite
63+ eval :
64+ - provider_id : meta-reference
65+ provider_type : inline::meta-reference
66+ config :
67+ kvstore :
68+ db_path : .llama/distributions/ollama/meta_reference_eval.db
69+ namespace : null
70+ type : sqlite
71+ inference :
72+ - provider_id : azure
73+ provider_type : remote::azure
74+ config :
75+ api_key : ${env.AZURE_API_KEY}
76+ api_base : https://ols-test.openai.azure.com/
77+ api_version : 2024-02-15-preview
78+ api_type : ${env.AZURE_API_TYPE:=}
79+ post_training :
80+ - provider_id : huggingface
81+ provider_type : inline::huggingface-gpu
82+ config :
83+ checkpoint_format : huggingface
84+ device : cpu
85+ distributed_backend : null
86+ dpo_output_dir : " ."
87+ safety :
88+ - provider_id : llama-guard
89+ provider_type : inline::llama-guard
90+ config :
91+ excluded_categories : []
92+ scoring :
93+ - provider_id : basic
94+ provider_type : inline::basic
95+ config : {}
96+ - provider_id : llm-as-judge
97+ provider_type : inline::llm-as-judge
98+ config : {}
99+ - provider_id : braintrust
100+ provider_type : inline::braintrust
101+ config :
102+ openai_api_key : ' ********'
103+ telemetry :
104+ - provider_id : meta-reference
105+ provider_type : inline::meta-reference
106+ config :
107+ service_name : ' lightspeed-stack-telemetry'
108+ sinks : sqlite
109+ sqlite_db_path : .llama/distributions/ollama/trace_store.db
110+ tool_runtime :
111+ - provider_id : model-context-protocol
112+ provider_type : remote::model-context-protocol
113+ config : {}
114+ scoring_fns : []
115+ server :
116+ auth : null
117+ host : null
118+ port : 8321
119+ quota : null
120+ tls_cafile : null
121+ tls_certfile : null
122+ tls_keyfile : null
123+ shields : []
124+ models :
125+ - model_id : gpt-4o-mini
126+ model_type : llm
127+ provider_id : azure
128+ provider_model_id : gpt-4o-mini
0 commit comments