From 202667f3db3ddb96e743779bc7329394f8a60d7e Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 21 Oct 2024 11:03:34 -0700 Subject: [PATCH] delete templates --- .../templates/build_configs/local-vllm-build.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 llama_stack/distribution/templates/build_configs/local-vllm-build.yaml diff --git a/llama_stack/distribution/templates/build_configs/local-vllm-build.yaml b/llama_stack/distribution/templates/build_configs/local-vllm-build.yaml deleted file mode 100644 index e907cb7c9..000000000 --- a/llama_stack/distribution/templates/build_configs/local-vllm-build.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: local-vllm -distribution_spec: - description: Like local, but use vLLM for running LLM inference - providers: - inference: vllm - memory: meta-reference - safety: meta-reference - agents: meta-reference - telemetry: meta-reference -image_type: conda