remove ${HF_TOKEN} (#12742)

This commit is contained in:
Shaojun Liu 2025-01-26 10:31:42 +08:00 committed by GitHub
parent f924880694
commit 5fb87d7486
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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