Skip to content

Commit

Permalink
remove ${HF_TOKEN} (#12742)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Jan 26, 2025
1 parent f924880 commit 5fb87d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/test/run-llm-windows-tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fb87d7

Please sign in to comment.