mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
update paths
This commit is contained in:
parent
d12aa64bbf
commit
6fa074168e
3 changed files with 6 additions and 6 deletions
|
@ -147,7 +147,7 @@ def build_package(
|
|||
|
||||
if build_type == BuildType.container:
|
||||
script = pkg_resources.resource_filename(
|
||||
"llama_toolchain", "distribution/build_container.sh"
|
||||
"llama_toolchain", "core/build_container.sh"
|
||||
)
|
||||
args = [
|
||||
script,
|
||||
|
@ -158,7 +158,7 @@ def build_package(
|
|||
]
|
||||
else:
|
||||
script = pkg_resources.resource_filename(
|
||||
"llama_toolchain", "distribution/build_conda_env.sh"
|
||||
"llama_toolchain", "core/build_conda_env.sh"
|
||||
)
|
||||
args = [
|
||||
script,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue