We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f924880 commit 5fb87d7Copy full SHA for 5fb87d7
python/llm/test/run-llm-windows-tests.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-export HF_TOKEN=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
+export HF_TOKEN=${HF_TOKEN}
5
export ANALYTICS_ZOO_ROOT=${ANALYTICS_ZOO_ROOT}
6
export LLM_HOME=${ANALYTICS_ZOO_ROOT}/python/llm/src
7
export BLOOM_ORIGIN_PATH=${ANALYTICS_ZOO_ROOT}/models/bloom-560m
0 commit comments