Skip to content

Commit

Permalink
Remove unnecessary quotes in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 1, 2024
1 parent 6627799 commit 7ecb07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attachments/run_nvidia_gpu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rem set HTTPS_PROXY=http://localhost:1081

@REM To set mirror site for PIP & HuggingFace Hub, uncomment and edit the two lines below.
@REM 如需配置 PIP 与 HuggingFace Hub 镜像,取消注释并编辑下两行。
rem set PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
rem set HF_ENDPOINT="https://hf-mirror.com"
rem set PIP_INDEX_URL=https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
rem set HF_ENDPOINT=https://hf-mirror.com

@REM In order to save your time on compiling PyTorch JIT CPP extensions, edit this line according to your GPU arch.
@REM 依照下表,修改为你的 GPU 对应架构,以节约 JIT 编译 PyTorch C++ 扩展的时间:
Expand Down

0 comments on commit 7ecb07e

Please sign in to comment.