diff --git a/docs/docs/guides/04-using-models/03-import-models-using-absolute-filepath.mdx b/docs/docs/guides/04-using-models/03-import-models-using-absolute-filepath.mdx index b02024f50..3b377e76d 100644 --- a/docs/docs/guides/04-using-models/03-import-models-using-absolute-filepath.mdx +++ b/docs/docs/guides/04-using-models/03-import-models-using-absolute-filepath.mdx @@ -70,6 +70,12 @@ Navigate to the `~/jan/models` folder. Create a folder named ``, 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. diff --git a/docs/docs/guides/07-integrations/05-integrate-lmstudio.mdx b/docs/docs/guides/07-integrations/05-integrate-lmstudio.mdx index 61c1064f0..f1636ce59 100644 --- a/docs/docs/guides/07-integrations/05-integrate-lmstudio.mdx +++ b/docs/docs/guides/07-integrations/05-integrate-lmstudio.mdx @@ -166,6 +166,13 @@ Navigate to the `~/jan/models` folder. Create a folder named ``, 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.