mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
Merge 20d4c6a0ef into sapling-pr-archive-ehhuang
This commit is contained in:
commit
07a333f426
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ class StackRun(Subcommand):
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
ui_dir = REPO_ROOT / "llama_stack" / "ui"
|
ui_dir = REPO_ROOT / "llama_stack_ui"
|
||||||
logs_dir = Path("~/.llama/ui/logs").expanduser()
|
logs_dir = Path("~/.llama/ui/logs").expanduser()
|
||||||
try:
|
try:
|
||||||
# Create logs directory if it doesn't exist
|
# Create logs directory if it doesn't exist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue