Skip to content

Commit 5fb87d7

Browse files
authored
remove ${HF_TOKEN} (#12742)
1 parent f924880 commit 5fb87d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/llm/test/run-llm-windows-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
export HF_TOKEN=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
4+
export HF_TOKEN=${HF_TOKEN}
55
export ANALYTICS_ZOO_ROOT=${ANALYTICS_ZOO_ROOT}
66
export LLM_HOME=${ANALYTICS_ZOO_ROOT}/python/llm/src
77
export BLOOM_ORIGIN_PATH=${ANALYTICS_ZOO_ROOT}/models/bloom-560m

0 commit comments

Comments
 (0)