mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
Move control plane to distribution server for now
This commit is contained in:
parent
099ac81bc7
commit
a0bf20f19a
14 changed files with 22 additions and 26 deletions
7
llama_stack/distribution/control_plane/__init__.py
Normal file
7
llama_stack/distribution/control_plane/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from .control_plane import * # noqa: F401 F403
|
Loading…
Add table
Add a link
Reference in a new issue