Skip to content

Commit

Permalink
RVC-PYTHON-FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartvauder committed Oct 31, 2024
1 parent ecd82de commit 3ad8b88
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ if "%INSTALL_TYPE%"=="CPU" (
)
echo INSTALL_TYPE=%INSTALL_TYPE%> "%CURRENT_DIR%install_config.txt"

pip install --no-deps WinTmp==1.1.0
pip install --no-deps WinTmp==1.1.0 2>> %ERROR_LOG%
pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> %ERROR_LOG%
pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp310-cp310-win_amd64.whl 2>> %ERROR_LOG%
pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> %ERROR_LOG%
pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> %ERROR_LOG%
Expand Down
1 change: 1 addition & 0 deletions Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ fi
echo "INSTALL_TYPE=$INSTALL_TYPE" > "$CURRENT_DIR/install_config.txt"

pip install triton==3.0.0 2>> "$ERROR_LOG"
pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> "$ERROR_LOG"
pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> "$ERROR_LOG"
pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> "$ERROR_LOG"
pip install --no-build-isolation -e git+https://github.com/turboderp/exllamav2.git#egg=exllamav2@v0.2.3 2>> "$ERROR_LOG"
Expand Down
1 change: 0 additions & 1 deletion RequirementsFiles/requirements-СPU.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ argh==0.31.3
fairseq==0.12.2
faiss-cpu==1.7.3
loguru==0.7.2
rvc_python==0.1.4
praat-parselmouth==0.4.4
stopit==1.1.2
pyworld==0.3.4
Expand Down
1 change: 0 additions & 1 deletion RequirementsFiles/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ argh==0.31.3
fairseq==0.12.2
faiss-cpu==1.7.3
loguru==0.7.2
rvc_python==0.1.4
praat-parselmouth==0.4.4
stopit==1.1.2
pyworld==0.3.4
Expand Down
3 changes: 2 additions & 1 deletion Update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ if "%INSTALL_TYPE%"=="CPU" (
pip install --no-deps -r "%CURRENT_DIR%RequirementsFiles\requirements-stable-diffusion-cpp.txt" 2>> %ERROR_LOG%
)

pip install --no-deps WinTmp==1.1.0
pip install --no-deps WinTmp==1.1.0 2>> %ERROR_LOG%
pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> %ERROR_LOG%
pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp310-cp310-win_amd64.whl 2>> %ERROR_LOG%
pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> %ERROR_LOG%
pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> %ERROR_LOG%
Expand Down
1 change: 1 addition & 0 deletions Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ else
fi

pip install triton==3.0.0 2>> "$ERROR_LOG"
pip install --no-deps git+https://github.com/daswer123/rvc-python 2>> "$ERROR_LOG"
pip install --no-build-isolation -e git+https://github.com/PanQiWei/AutoGPTQ.git#egg=auto_gptq@v0.7.1 2>> "$ERROR_LOG"
pip install --no-build-isolation -e git+https://github.com/casper-hansen/AutoAWQ.git#egg=autoawq@v0.2.6 2>> "$ERROR_LOG"
pip install --no-build-isolation -e git+https://github.com/turboderp/exllamav2.git#egg=exllamav2@v0.2.3 2>> "$ERROR_LOG"
Expand Down

0 comments on commit 3ad8b88

Please sign in to comment.