Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/inference-plugin/nitro/win-start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

rem Attempt to run nitro_windows_amd64_cuda.exe
cd win-cuda
nitro.exe
nitro.exe %*

rem Check the exit code of the previous command
if %errorlevel% neq 0 (
echo nitro_windows_amd64_cuda.exe encountered an error, attempting to run nitro_windows_amd64.exe...
cd ..\win-cpu
nitro.exe
nitro.exe %*
)