File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ MODEL_NAME="meta-llama/Llama-3.2-1B-Instruct"
1414# 2. ENVIRONMENT SETUP
1515# ========================================
1616echo " ===== Setting up environment variables ====="
17- # export HUGGING_FACE_HUB_TOKEN=$(cat /var/run/huggingface/hf-token-ces-lcore-test || true)
18- # export VLLM_API_KEY=$(cat /var/run/vllm/vllm-api-key-lcore-test || true)
17+ export HUGGING_FACE_HUB_TOKEN=$( cat /var/run/huggingface/hf-token-ces-lcore-test || true)
18+ export VLLM_API_KEY=$( cat /var/run/vllm/vllm-api-key-lcore-test || true)
1919
2020[[ -n " $HUGGING_FACE_HUB_TOKEN " ]] && echo " ✅ HUGGING_FACE_HUB_TOKEN is set" || { echo " ❌ Missing HUGGING_FACE_HUB_TOKEN" ; exit 1; }
2121[[ -n " $VLLM_API_KEY " ]] && echo " ✅ VLLM_API_KEY is set" || { echo " ❌ Missing VLLM_API_KEY" ; exit 1; }
You can’t perform that action at this time.
0 commit comments