docs: finalize structure

This commit is contained in:
Ho Duc Hieu 2023-12-27 15:18:36 +07:00
parent 3639587869
commit ba42e4a1ef

View File

@ -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.
</TabItem>
</Tabs>
### 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.