fix typo, other naming cleanup

This commit is contained in:
Ashwin Bharambe 2025-09-09 15:40:54 -07:00
parent cfa5c641db
commit 1b921590b0
3 changed files with 17 additions and 17 deletions

View file

@ -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:"