mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 19:29:18 +00:00
move folder
This commit is contained in:
parent
6234dd97d5
commit
041634192a
9 changed files with 18 additions and 6 deletions
|
|
@ -33,8 +33,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
pip_packages=[
|
||||
"lm-eval",
|
||||
],
|
||||
module="llama_stack.providers.adapters.evals.eleuther",
|
||||
config_class="llama_stack.providers.adapters.evals.eleuther.EleutherEvalsImplConfig",
|
||||
module="llama_stack.providers.impls.third_party.evals.eleuther",
|
||||
config_class="llama_stack.providers.impls.third_party.evals.eleuther.EleutherEvalsImplConfig",
|
||||
api_dependencies=[
|
||||
Api.inference,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue