Update install.bat

This commit is contained in:
Jeffreytsai1004 2025-02-22 02:05:41 +08:00
parent bc225622bc
commit 00582ba1c4

View File

@ -25,15 +25,6 @@ else (
echo Python 已安装
)
where nvcc >nul 2>&1
if %ERRORLEVEL% neq 0 (
echo 错误: 未找到CUDA工具包
exit /b 1
)
else (
echo CUDA 工具包已安装
)
nvcc --version | findstr "release 11.8" >nul 2>&1
if %ERRORLEVEL% neq 0 (
echo 错误: 需要CUDA 11.8版本