remove main

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-03 11:55:06 -07:00
parent 5a44b9ff82
commit 91915142c5
8 changed files with 92 additions and 149 deletions

View file

@ -116,7 +116,7 @@ if [[ "$env_type" == "venv" ]]; then
yaml_config_arg=""
fi
$PYTHON_BINARY -m llama_stack.core.server.server \
llama stack run \
$yaml_config_arg \
--port "$port" \
$env_vars \