mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-18 07:18:53 +00:00
rename distribution_registry_store
This commit is contained in:
parent
46836657d3
commit
4301d2a9c2
2 changed files with 3 additions and 3 deletions
|
@ -282,8 +282,8 @@ def main(
|
|||
|
||||
app = FastAPI()
|
||||
# instantiate kvstore for storing and retrieving distribution metadata
|
||||
if config.distribution_registry_store:
|
||||
dist_kvstore = asyncio.run(kvstore_impl(config.distribution_registry_store))
|
||||
if config.metadata_store:
|
||||
dist_kvstore = asyncio.run(kvstore_impl(config.metadata_store))
|
||||
else:
|
||||
dist_kvstore = asyncio.run(
|
||||
kvstore_impl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue