mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 00:05:18 +00:00
remove config from build
This commit is contained in:
parent
33772da8e0
commit
84047928ce
1 changed files with 5 additions and 5 deletions
|
@ -110,6 +110,11 @@ def build_package(
|
|||
# to_write = json.loads(json.dumps(c.dict(), cls=EnumEncoder))
|
||||
# f.write(yaml.dump(to_write, sort_keys=False))
|
||||
|
||||
# cprint(
|
||||
# f"Target `{package_name}` built with configuration at {str(package_file)}",
|
||||
# color="green",
|
||||
# )
|
||||
|
||||
if image_type == ImageType.docker:
|
||||
script = pkg_resources.resource_filename(
|
||||
"llama_toolchain", "core/build_container.sh"
|
||||
|
@ -141,8 +146,3 @@ def build_package(
|
|||
color="red",
|
||||
)
|
||||
return
|
||||
|
||||
cprint(
|
||||
f"Target `{package_name}` built with configuration at {str(package_file)}",
|
||||
color="green",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue