Skip to content

Commit 84cc3a4

Browse files
Fix: Update installer to use --index-strategy unsafe-best-match for onnxruntime-gpu
1 parent fd095eb commit 84cc3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/Wan2GP_OneClick_Installer_v2.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ echo Installing PyTorch...
9393

9494
:install_reqs
9595
echo Installing Requirements (This may take time)...
96-
"%UV_EXE%" pip install -r requirements.txt
96+
"%UV_EXE%" pip install -r requirements.txt --index-strategy unsafe-best-match
9797
if errorlevel 1 (
9898
echo.
9999
echo [ERROR] Requirement installation failed.

0 commit comments

Comments
 (0)