docs: update readme

This commit is contained in:
John Howe
2025-03-08 14:22:10 +08:00
parent 0e70b7a6e7
commit f80d7b99ce

View File

@@ -101,9 +101,7 @@ graph TD
> 是否有 GPU 以 `nvidia-smi` 显示 nvidia GPU 驱动以及 `nvcc -V` 显示 `CUDA` 版本号为准。如果未配置显卡驱动或未安装 `CUDA`,即使有 GPU 也无法使用,而会使用 CPU 推理(不推荐,可根据自身硬件条件判断是否尝试 CPU 推理)。
> [!TIP]
> 如果你是 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**(推荐)
>
> **注意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)。**
> 如果你是 windows 用户,请使用 WSL 运行本项目
#### 1. 安装依赖(推荐先 `conda` 创建虚拟环境)