mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 07:07:19 +00:00
persist registered objects with distribution
This commit is contained in:
parent
ac93dd89cf
commit
8fe22230b8
9 changed files with 85 additions and 16 deletions
3
llama_stack/distribution/store/__init__.py
Normal file
3
llama_stack/distribution/store/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from .registry import DiskRegistry, Registry
|
||||
|
||||
REGISTRY: Registry = None
|
Loading…
Add table
Add a link
Reference in a new issue