mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 04:22:35 +00:00
Added tests for persistence
This commit is contained in:
parent
cae5b0708b
commit
862ff6c653
7 changed files with 157 additions and 11 deletions
|
|
@ -36,8 +36,8 @@ async def safety_settings():
|
|||
impls = await resolve_impls_for_test(Api.safety, deps=[Api.inference])
|
||||
|
||||
return {
|
||||
"impl": impls[Api.safety],
|
||||
"shields_impl": impls[Api.shields],
|
||||
"impl": impls['impls'][Api.safety],
|
||||
"shields_impl": impls['impls'][Api.shields],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue