mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 06:39:26 +00:00
fixes
This commit is contained in:
parent
54354257dc
commit
bbd40d8cc4
3 changed files with 3 additions and 6 deletions
|
|
@ -102,9 +102,6 @@ class DiskDistributionRegistry(DistributionRegistry):
|
|||
"Unregister it first if you want to replace it."
|
||||
)
|
||||
|
||||
if "sentence-transformers/sentence-transformers" in obj.identifier:
|
||||
raise Exception("OMG")
|
||||
|
||||
await self.kvstore.set(
|
||||
KEY_FORMAT.format(type=obj.type, identifier=obj.identifier),
|
||||
obj.model_dump_json(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue