mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 11:20:58 +00:00
eleuther eval provider
This commit is contained in:
parent
2441e66d14
commit
6234dd97d5
7 changed files with 168 additions and 2 deletions
|
|
@ -27,4 +27,16 @@ def available_providers() -> List[ProviderSpec]:
|
|||
Api.inference,
|
||||
],
|
||||
),
|
||||
InlineProviderSpec(
|
||||
api=Api.evals,
|
||||
provider_type="eleuther",
|
||||
pip_packages=[
|
||||
"lm-eval",
|
||||
],
|
||||
module="llama_stack.providers.adapters.evals.eleuther",
|
||||
config_class="llama_stack.providers.adapters.evals.eleuther.EleutherEvalsImplConfig",
|
||||
api_dependencies=[
|
||||
Api.inference,
|
||||
],
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue