From ea6e23dafee76f339e0d7d6fe83b6b36ff89fba8 Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:24:17 +0700 Subject: [PATCH] docs: re-index image assets --- .../guides/04-using-models/02-import-manually.mdx | 4 ++-- ...model.png => 02-manually-import-local-model.png} | Bin ...tion.png => 02-oai-compatible-configuration.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/docs/guides/04-using-models/assets/{01-manually-import-local-model.png => 02-manually-import-local-model.png} (100%) rename docs/docs/guides/04-using-models/assets/{03-oai-compatible-configuration.png => 02-oai-compatible-configuration.png} (100%) diff --git a/docs/docs/guides/04-using-models/02-import-manually.mdx b/docs/docs/guides/04-using-models/02-import-manually.mdx index d623c01c0..5be76a06b 100644 --- a/docs/docs/guides/04-using-models/02-import-manually.mdx +++ b/docs/docs/guides/04-using-models/02-import-manually.mdx @@ -181,7 +181,7 @@ Edit `model.json` and include the following configurations: Restart Jan and navigate to the Hub. Locate your model and click the `Download` button to download the model binary. -![image-01](assets/01-manually-import-local-model.png) +![image-01](assets/02-manually-import-local-model.png) Your model is now ready to use in Jan. @@ -300,7 +300,7 @@ Navigate to the `~/jan/models` folder. Create a folder named `mistral-ins-7b-q4` Restart Jan and navigate to the Hub. Locate your model and click the Use button. -![image-03](assets/03-oai-compatible-configuration.png) +![image-03](assets/02-oai-compatible-configuration.png) ## Assistance and Support diff --git a/docs/docs/guides/04-using-models/assets/01-manually-import-local-model.png b/docs/docs/guides/04-using-models/assets/02-manually-import-local-model.png similarity index 100% rename from docs/docs/guides/04-using-models/assets/01-manually-import-local-model.png rename to docs/docs/guides/04-using-models/assets/02-manually-import-local-model.png diff --git a/docs/docs/guides/04-using-models/assets/03-oai-compatible-configuration.png b/docs/docs/guides/04-using-models/assets/02-oai-compatible-configuration.png similarity index 100% rename from docs/docs/guides/04-using-models/assets/03-oai-compatible-configuration.png rename to docs/docs/guides/04-using-models/assets/02-oai-compatible-configuration.png