mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
fix: Fix NVIDIAEvalConfig config class path
This commit is contained in:
parent
caf30f68be
commit
e273a68567
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def available_providers() -> List[ProviderSpec]:
|
||||||
"requests",
|
"requests",
|
||||||
],
|
],
|
||||||
module="llama_stack.providers.remote.eval.nvidia",
|
module="llama_stack.providers.remote.eval.nvidia",
|
||||||
config_class="llama_stack.providers.remote.eval.nvidia.NVIDIAConfig",
|
config_class="llama_stack.providers.remote.eval.nvidia.NVIDIAEvalConfig",
|
||||||
),
|
),
|
||||||
api_dependencies=[
|
api_dependencies=[
|
||||||
Api.datasetio,
|
Api.datasetio,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue