From 73b63ea3187e38ab983f48e69159c1578c5f7e97 Mon Sep 17 00:00:00 2001 From: Josh Salomon Date: Wed, 9 Apr 2025 13:21:23 +0300 Subject: [PATCH] Add remote::postgresql to build files Add remote::postgresql to distributions with datasetio providers Signed-off-by: Josh Salomon --- llama_stack/templates/bedrock/build.yaml | 1 + llama_stack/templates/cerebras/build.yaml | 1 + llama_stack/templates/fireworks/build.yaml | 1 + llama_stack/templates/meta-reference-gpu/build.yaml | 1 + llama_stack/templates/meta-reference-quantized-gpu/build.yaml | 1 + llama_stack/templates/ollama/build.yaml | 1 + llama_stack/templates/remote-vllm/build.yaml | 1 + llama_stack/templates/tgi/build.yaml | 1 + llama_stack/templates/together/build.yaml | 1 + 9 files changed, 9 insertions(+) diff --git a/llama_stack/templates/bedrock/build.yaml b/llama_stack/templates/bedrock/build.yaml index 6c07b0478..18a136517 100644 --- a/llama_stack/templates/bedrock/build.yaml +++ b/llama_stack/templates/bedrock/build.yaml @@ -19,6 +19,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/cerebras/build.yaml b/llama_stack/templates/cerebras/build.yaml index ef6c43212..99e451561 100644 --- a/llama_stack/templates/cerebras/build.yaml +++ b/llama_stack/templates/cerebras/build.yaml @@ -18,6 +18,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/fireworks/build.yaml b/llama_stack/templates/fireworks/build.yaml index 3907eba78..a49dda56f 100644 --- a/llama_stack/templates/fireworks/build.yaml +++ b/llama_stack/templates/fireworks/build.yaml @@ -20,6 +20,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/meta-reference-gpu/build.yaml b/llama_stack/templates/meta-reference-gpu/build.yaml index b9130fc7d..668d7af1f 100644 --- a/llama_stack/templates/meta-reference-gpu/build.yaml +++ b/llama_stack/templates/meta-reference-gpu/build.yaml @@ -19,6 +19,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/meta-reference-quantized-gpu/build.yaml b/llama_stack/templates/meta-reference-quantized-gpu/build.yaml index 7bbcfe5f2..7d8586e26 100644 --- a/llama_stack/templates/meta-reference-quantized-gpu/build.yaml +++ b/llama_stack/templates/meta-reference-quantized-gpu/build.yaml @@ -19,6 +19,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/ollama/build.yaml b/llama_stack/templates/ollama/build.yaml index 37b72fc1f..a79cff049 100644 --- a/llama_stack/templates/ollama/build.yaml +++ b/llama_stack/templates/ollama/build.yaml @@ -19,6 +19,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/remote-vllm/build.yaml b/llama_stack/templates/remote-vllm/build.yaml index b2bbf853a..dee84ba47 100644 --- a/llama_stack/templates/remote-vllm/build.yaml +++ b/llama_stack/templates/remote-vllm/build.yaml @@ -18,6 +18,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/tgi/build.yaml b/llama_stack/templates/tgi/build.yaml index 9fe79647c..c4a7462e1 100644 --- a/llama_stack/templates/tgi/build.yaml +++ b/llama_stack/templates/tgi/build.yaml @@ -20,6 +20,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge diff --git a/llama_stack/templates/together/build.yaml b/llama_stack/templates/together/build.yaml index 834a3ecaf..812b42ede 100644 --- a/llama_stack/templates/together/build.yaml +++ b/llama_stack/templates/together/build.yaml @@ -20,6 +20,7 @@ distribution_spec: datasetio: - remote::huggingface - inline::localfs + - remote::postgresql scoring: - inline::basic - inline::llm-as-judge