mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
fix typo, other naming cleanup
This commit is contained in:
parent
cfa5c641db
commit
1b921590b0
3 changed files with 17 additions and 17 deletions
|
@ -143,7 +143,7 @@ fi
|
|||
echo "=== Applying Setup Environment Variables ==="
|
||||
|
||||
# the server needs this
|
||||
export LLAMA_STACK_INFERENCE_MODE=$INFERENCE_MODE
|
||||
export LLAMA_STACK_TEST_INFERENCE_MODE="$INFERENCE_MODE"
|
||||
|
||||
SETUP_ENV=$(PYTHONPATH=$THIS_DIR/.. python "$THIS_DIR/get_setup_env.py" --suite "$TEST_SUITE" --setup "$TEST_SETUP" --format bash)
|
||||
echo "Setting up environment variables:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue