Skip to content

Commit

Permalink
[windows] fix: add KUWA_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed Aug 10, 2024
1 parent db6e9b5 commit 04aa2ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/src/variables.bat
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ set "HF_HOME=%KUWA_CACHE%\huggingface"
set "CACHE_PATH_ENV=%KUWA_CACHE%\selenium"
set "PYANNOTE_CACHE=%KUWA_CACHE%\torch\pyannote"

REM Kuwa env
set "KUWA_ROOT=%~dp0..\root"

REM Prepare migration file
mkdir src\conf 2>nul
if not exist "src\conf\migrations.txt" (
Expand Down

0 comments on commit 04aa2ef

Please sign in to comment.