From a1c1db6d883a0d20fcdd5d76bf2d7ab59fde44a3 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:47:20 +0700 Subject: [PATCH] docs: add doubleslashes reminder for Windows users --- .../03-import-models-using-absolute-filepath.mdx | 6 ++++++ docs/docs/guides/07-integrations/05-integrate-lmstudio.mdx | 7 +++++++ 2 files changed, 13 insertions(+) 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.