mirror of
https://github.com/timerring/bilive.git
synced 2026-05-06 21:40:20 +08:00
docs: update readme
This commit is contained in:
@@ -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` 创建虚拟环境)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user