mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 23:03:49 +00:00
workign tests
This commit is contained in:
parent
7696f31284
commit
4b6367838f
2 changed files with 24 additions and 4 deletions
|
@ -33,7 +33,7 @@ class DiskRegistry(Registry):
|
|||
return [
|
||||
pydantic.parse_obj_as(
|
||||
RoutableObjectWithProvider,
|
||||
obj_str,
|
||||
json.loads(obj_str),
|
||||
)
|
||||
for obj_str in objects_data
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue