docs: add doubleslashes reminder for Windows users

This commit is contained in:
hieu-jan 2024-02-20 12:47:20 +07:00
parent f98741a189
commit a1c1db6d88
2 changed files with 13 additions and 0 deletions

View File

@ -70,6 +70,12 @@ Navigate to the `~/jan/models` folder. Create a folder named `<modelname>`, for
}
```
:::warning
- Windows users may need to use double backslashes in the `url` property, for example: `C:\\Users\\username\\filename.gguf`.
:::
### 3. Start the Model
Restart Jan and navigate to the Hub. Locate your model and click the Use button.

View File

@ -166,6 +166,13 @@ Navigate to the `~/jan/models` folder. Create a folder named `<modelname>`, for
}
```
:::warning
- Windows users may need to use double backslashes in the `url` property, for example: `C:\\Users\\username\\filename.gguf`.
:::
### 3. Start the Model
Restart Jan and navigate to the Hub. Jan will automatically detect the model and display it in the Hub. Locate your model and click the Use button for trying out the migrating model.