forked from phoenix-oss/llama-stack-mirror
add env for LLAMA_STACK_CONFIG_DIR (#137)
This commit is contained in:
parent
43744455d7
commit
208b861289
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import os
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
LLAMA_STACK_CONFIG_DIR = Path(os.path.expanduser("~/.llama/"))
|
||||
LLAMA_STACK_CONFIG_DIR = Path(os.getenv("LLAMA_STACK_CONFIG_DIR", os.path.expanduser("~/.llama/")))
|
||||
|
||||
DISTRIBS_BASE_DIR = LLAMA_STACK_CONFIG_DIR / "distributions"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue