version: '2' image_name: experimental-post-training docker_image: null conda_env: experimental-post-training apis: - agents - datasetio - eval - inference - memory - safety - scoring - telemetry - post_training - tool_runtime providers: inference: - provider_id: meta-reference-inference provider_type: inline::meta-reference config: max_seq_len: 4096 checkpoint_dir: null create_distributed_process_group: False eval: - provider_id: meta-reference provider_type: inline::meta-reference config: {} scoring: - provider_id: basic provider_type: inline::basic config: {} - provider_id: braintrust provider_type: inline::braintrust config: openai_api_key: ${env.OPENAI_API_KEY:} datasetio: - provider_id: huggingface-0 provider_type: remote::huggingface config: {} - provider_id: localfs provider_type: inline::localfs config: {} telemetry: - provider_id: meta-reference provider_type: inline::meta-reference config: {} post_training: - provider_id: torchtune-post-training provider_type: inline::torchtune config: {} agents: - provider_id: meta-reference provider_type: inline::meta-reference config: persistence_store: type: sqlite namespace: null db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/agents_store.db safety: - provider_id: llama-guard provider_type: inline::llama-guard config: {} memory: - provider_id: faiss provider_type: inline::faiss config: kvstore: type: sqlite namespace: null db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/faiss_store.db tool_runtime: - provider_id: brave-search provider_type: remote::brave-search config: api_key: ${env.BRAVE_SEARCH_API_KEY:} max_results: 3 metadata_store: namespace: null type: sqlite db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/registry.db models: [] shields: [] memory_banks: [] datasets: [] scoring_fns: [] eval_tasks: []