mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 09:12:20 +00:00
Make llama stack build not create a new conda by default
This commit is contained in:
parent
17fd2d2fd0
commit
a36c33026e
8 changed files with 400 additions and 338 deletions
|
|
@ -23,8 +23,7 @@ if [ $# -lt 3 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
build_name="$1"
|
||||
env_name="llamastack-$build_name"
|
||||
env_name="$1"
|
||||
shift
|
||||
|
||||
yaml_config="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue