From 0bf178e4b29ba090f5b14d121c9524a01ae50d3b Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:21:21 +0700 Subject: [PATCH] docs: improve absolute filepath --- .../03-import-models-using-absolute-filepath.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a9e77c500..b02024f50 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 @@ -21,7 +21,7 @@ In this guide, we will walk you through the process of importing a model using a ### 1. Get the Absolute Filepath of the Model -First, you need to download the model file from the Hugging Face. Then, you can get the absolute filepath of the model file. +After downloading .gguf model, you can get the absolute filepath of the model file. ### 2. Configure the Model JSON