mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
Add remote::postgresql to build files
Add remote::postgresql to distributions with datasetio providers Signed-off-by: Josh Salomon <jsalomon@redhat.com>
This commit is contained in:
parent
8e3b579df2
commit
73b63ea318
9 changed files with 9 additions and 0 deletions
|
@ -19,6 +19,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -18,6 +18,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -20,6 +20,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -19,6 +19,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -19,6 +19,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -19,6 +19,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -18,6 +18,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -20,6 +20,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
|
@ -20,6 +20,7 @@ distribution_spec:
|
|||
datasetio:
|
||||
- remote::huggingface
|
||||
- inline::localfs
|
||||
- remote::postgresql
|
||||
scoring:
|
||||
- inline::basic
|
||||
- inline::llm-as-judge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue