Преглед изворни кода

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"`.