From 03f1a0f88ce03ae4832c4563fc30948f4edf24f4 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:52:25 +0800 Subject: [PATCH] remove ${HF_TOKEN} --- python/llm/test/run-llm-windows-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/test/run-llm-windows-tests.sh b/python/llm/test/run-llm-windows-tests.sh index f488da9b4d2..eedbc4b4f8b 100644 --- a/python/llm/test/run-llm-windows-tests.sh +++ b/python/llm/test/run-llm-windows-tests.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -export HF_TOKEN=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 +export HF_TOKEN=${HF_TOKEN} export ANALYTICS_ZOO_ROOT=${ANALYTICS_ZOO_ROOT} export LLM_HOME=${ANALYTICS_ZOO_ROOT}/python/llm/src export BLOOM_ORIGIN_PATH=${ANALYTICS_ZOO_ROOT}/models/bloom-560m