mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 06:19:48 +00:00
add model type
This commit is contained in:
parent
e0d5be41fe
commit
62890b3171
6 changed files with 77 additions and 13 deletions
|
|
@ -40,7 +40,7 @@ class DistributionRegistry(Protocol):
|
|||
|
||||
|
||||
REGISTER_PREFIX = "distributions:registry"
|
||||
KEY_VERSION = "v2"
|
||||
KEY_VERSION = "v3"
|
||||
KEY_FORMAT = f"{REGISTER_PREFIX}:{KEY_VERSION}::" + "{type}:{identifier}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue