Skip to content

Commit

Permalink
Using absolute path for Pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 1, 2024
1 parent d4718f0 commit 6627799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attachments/run_nvidia_gpu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set PATH=%PATH%;%~dp0\python_embeded\Scripts

@REM This command will let the .pyc files to be stored in one place.
@REM 该行命令会使 .pyc 文件集中保存在一处。
set PYTHONPYCACHEPREFIX=.\pycache
set PYTHONPYCACHEPREFIX=%~dp0\pycache

@REM This command will copy u2net.onnx to user's home path, to skip download at first start.
@REM 该行命令会复制 u2net.onnx 到用户主目录下,以免启动时还需下载。
Expand Down

0 comments on commit 6627799

Please sign in to comment.