chore: move src/llama_stack/ui to src/llama_stack_ui

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-11-04 14:56:16 -08:00
parent a8a8aa56c0
commit 20d4c6a0ef
156 changed files with 20 additions and 20 deletions

View file

@ -253,7 +253,7 @@ class StackRun(Subcommand):
)
return
ui_dir = REPO_ROOT / "llama_stack" / "ui"
ui_dir = REPO_ROOT / "llama_stack_ui"
logs_dir = Path("~/.llama/ui/logs").expanduser()
try:
# Create logs directory if it doesn't exist