This commit is contained in:
Ashwin Bharambe 2025-09-09 15:27:18 -07:00
parent 14ccdf1929
commit cfa5c641db
2 changed files with 5 additions and 0 deletions

View file

@ -141,6 +141,10 @@ fi
# Apply setup-specific environment variables (needed for server startup and tests)
echo "=== Applying Setup Environment Variables ==="
# the server needs this
export LLAMA_STACK_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:"
echo "$SETUP_ENV"