From 6f481fdd1b471ad813194c29c3b1b998a9295bd2 Mon Sep 17 00:00:00 2001 From: HinGwenWoong Date: Thu, 10 Oct 2024 23:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 424be57..5a19a53 100644 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,10 @@ fi # conda deactivate conda activate streamer-sales -# 可选配置显卡 export CUDA_VISIBLE_DEVICES=1 +# 可选配置显卡 +# export CUDA_VISIBLE_DEVICES=1 + +# 配置 huggingface 国内镜像地址 export HF_ENDPOINT="https://hf-mirror.com" case $1 in