mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
input query optional input for braintrust scorer
This commit is contained in:
parent
7b5895003a
commit
3c29108b6e
4 changed files with 8 additions and 3 deletions
|
|
@ -20,6 +20,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
"pandas",
|
||||
"scikit-learn",
|
||||
"datasets",
|
||||
"numpy",
|
||||
"autoevals",
|
||||
],
|
||||
module="llama_stack.providers.impls.meta_reference.evals",
|
||||
config_class="llama_stack.providers.impls.meta_reference.evals.MetaReferenceEvalsImplConfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue