mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 14:59:47 +00:00
Revert "Revert "add model type to APIs" (#605)"
This reverts commit 47b2dc8ae3.
This commit is contained in:
parent
47b2dc8ae3
commit
310c15bada
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