mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 10:29:47 +00:00
add support for provider update and unregister for memory banks
This commit is contained in:
parent
9b75e92852
commit
e8b699797c
11 changed files with 240 additions and 65 deletions
|
|
@ -54,4 +54,4 @@ class TestModelRegistration:
|
|||
assert updated_model.provider_resource_id != old_model.provider_resource_id
|
||||
|
||||
# Cleanup
|
||||
await models_impl.delete_model(model_id=model_id)
|
||||
await models_impl.unregister_model(model_id=model_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue