docs: add doubleslashes reminder for Windows users
This commit is contained in:
parent
f98741a189
commit
a1c1db6d88
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user