瀏覽代碼

docs: correct path format description in Windows CUDA docsUpdate the instructions in the Windows CUDA Acceleration documentation toreflect the correct path format. Specifically, clarify that Windows paths
should include the drive letter and replace backslashes with forward slashes.

myhloli 1 年之前
父節點
當前提交
c723cc6577
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/README_Windows_CUDA_Acceleration_en_US.md

+ 1 - 1
docs/README_Windows_CUDA_Acceleration_en_US.md

@@ -51,7 +51,7 @@ Download link: https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Windows-x86
    
    > ❗️Ensure the absolute path of the model weights directory is correctly configured, or the program will fail to run due to not finding the model files.
    >    
-   > In Windows, this path should include the drive letter and replace all double quotes (`"\"`) with forward slashes (`"/"`).
+   > In Windows, this path should include the drive letter and replace all `"\"` to `"/"`.
    >   
    > Example: If the models are placed in the root directory of drive D, the value for `model-dir` should be `"D:/models"`.