Skip to content

Commit 893ce5f

Browse files
authored
Merge pull request #56 from m-misiura/rhiaieng-32743
fix(RHOAIENG-32743): change config_class and module inside `AdapterSpec`
2 parents 91197e2 + d9b4268 commit 893ce5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/llama_stack_provider_lmeval/provider.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ def get_provider_spec() -> ProviderSpec:
1010
return remote_provider_spec(
1111
api=Api.eval,
1212
adapter=AdapterSpec(
13-
name="trustyai_lmeval",
13+
adapter_type="lmeval",
1414
pip_packages=["kubernetes"],
15-
config_class="lmeval.config.LMEvalBenchmarkConfig",
16-
module="lmeval",
15+
config_class="llama_stack_provider_lmeval.config.LMEvalEvalProviderConfig",
16+
module="llama_stack_provider_lmeval",
1717
),
1818
)

0 commit comments

Comments
 (0)