mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix eval task registration (#426)
* fix eval tasks * fix eval tasks * fix eval tests
This commit is contained in:
parent
84c6fbbd93
commit
ec4fcad5ca
4 changed files with 16 additions and 13 deletions
|
@ -24,7 +24,7 @@ def eval_meta_reference() -> ProviderFixture:
|
|||
providers=[
|
||||
Provider(
|
||||
provider_id="meta-reference",
|
||||
provider_type="meta-reference",
|
||||
provider_type="inline::meta-reference",
|
||||
config={},
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue