docs: finalize install from hub (#1454)

docs: add-missing-path
This commit is contained in:
Hieu 2024-01-08 19:05:02 +07:00 committed by GitHub
commit 4cd4321d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
--- ---
title: Install Models from the Hub title: Install Models from the Hub
slug: /guides/using-models/install-from-hub
description: Guide to install models from the Hub. description: Guide to install models from the Hub.
keywords: keywords:
[ [
@ -11,6 +12,7 @@ keywords:
conversational AI, conversational AI,
no-subscription fee, no-subscription fee,
large language model, large language model,
install model,
] ]
--- ---
@ -24,7 +26,7 @@ Explore the available LLMs by scrolling through the Hub or using the **Search Ba
![Search Model](assets/01-search-model.gif) ![Search Model](assets/01-search-model.gif)
Utilize the **Filter Button** to choose the **Recommended LLM**. Utilize the **Filter Button** to choose the **recommended LLM**. LLM is recommended based on the [RAM usage](https://github.com/janhq/jan/issues/1384).
| Name | Description | | Name | Description |
| ----------- | ------------------------------------- | | ----------- | ------------------------------------- |
@ -32,8 +34,6 @@ Utilize the **Filter Button** to choose the **Recommended LLM**.
| Recommended | Show the Recommended LLM | | Recommended | Show the Recommended LLM |
| Downloaded | Show the LLM that has been downloaded | | Downloaded | Show the LLM that has been downloaded |
LLM is recommended based on the [RAM usage](https://github.com/janhq/jan/issues/1384).
![Search Model](assets/01-filter-button.png) ![Search Model](assets/01-filter-button.png)
If you want to use a model that is not available in the Hub, you can also [import the Model Manually](./02-import-manually.mdx). If you want to use a model that is not available in the Hub, you can also [import the Model Manually](./02-import-manually.mdx).