From 5fb87d7486e5d9c2c0f6511be04978b0bb436993 Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Sun, 26 Jan 2025 10:31:42 +0800 Subject: [PATCH] remove ${HF_TOKEN} (#12742) --- 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 f488da9b..eedbc4b4 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