forked from phoenix-oss/llama-stack-mirror
Revert "add model type to APIs" (#605)
Reverts meta-llama/llama-stack#588
This commit is contained in:
parent
8e33db6015
commit
47b2dc8ae3
6 changed files with 13 additions and 77 deletions
|
@ -40,7 +40,7 @@ class DistributionRegistry(Protocol):
|
|||
|
||||
|
||||
REGISTER_PREFIX = "distributions:registry"
|
||||
KEY_VERSION = "v3"
|
||||
KEY_VERSION = "v2"
|
||||
KEY_FORMAT = f"{REGISTER_PREFIX}:{KEY_VERSION}::" + "{type}:{identifier}"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue