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 af6ca6641..6fc7e04a3 100644 --- a/docs/docs/guides/04-using-models/02-import-manually.mdx +++ b/docs/docs/guides/04-using-models/02-import-manually.mdx @@ -34,7 +34,7 @@ In this guide, we will show you how to import a GGUF model from [HuggingFace](ht ## Steps to Manually Import a Model -### Step 1: Create a Model Folder +### 1. Create a Model Folder Navigate to the `~/jan/models` folder. You can find this folder by going to `App Settings` > `Advanced` > `Open App Directory`. @@ -88,7 +88,7 @@ In the `models` folder, create a folder with the name of the model. -### Step 2: Create a Model JSON +### 2. Create a Model JSON Jan follows a folder-based, [standard model template](/docs/engineering/models) called a `model.json` to persist the model configurations on your local filesystem. @@ -160,7 +160,7 @@ Edit `model.json` and include the following configurations: } ``` -### Step 3: Download the Model +### 3. Download the Model Restart Jan and navigate to the Hub. Locate your model and click the `Download` button to download the model binary. @@ -168,6 +168,6 @@ Restart Jan and navigate to the Hub. Locate your model and click the `Download` Your model is now ready to use in Jan. -### Assistance and Support +## Assistance and Support If you have questions or are looking for more preconfigured GGUF models, please feel free to join our [Discord community](https://discord.gg/Dt7MxDyNNZ) for support, updates, and discussions.