File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,7 @@ graph TD
101101> 是否有 GPU 以 ` nvidia-smi ` 显示 nvidia GPU 驱动以及 ` nvcc -V ` 显示 ` CUDA ` 版本号为准。如果未配置显卡驱动或未安装 ` CUDA ` ,即使有 GPU 也无法使用,而会使用 CPU 推理(不推荐,可根据自身硬件条件判断是否尝试 CPU 推理)。
102102
103103> [ !TIP]
104- > 如果你是 windows 用户,请不要使用命令提示符(Command Prompt)或 Windows PowerShell,请使用 [ PowerShell] ( https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4 ) 或 WSL 或 ** Git Bash** (推荐)。
105- >
106- > ** 注意:PowerShell 和 Windows PowerShell 是[ 不同的应用程序] ( https://learn.microsoft.com/en-us/powershell/scripting/whats-new/differences-from-windows-powershell?view=powershell-7.4&viewFallbackFrom=powershell-7.3 ) 。**
104+ > 如果你是 windows 用户,请使用 WSL 运行本项目。
107105
108106#### 1. 安装依赖(推荐先 ` conda ` 创建虚拟环境)
109107
You can’t perform that action at this time.
0 commit comments