From 6fb95babba62e9715607c1f9197ec1d3481ae64a Mon Sep 17 00:00:00 2001 From: GlaserTools <88691235+GlaserTools@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:45:09 +0100 Subject: [PATCH 1/4] Update faq.mdx Local model.json path description added --- website/docs/faq.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index 22af242286fd..3701fd8fefc5 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -40,6 +40,8 @@ Since version 0.5.0, Tabby's inference now operates entirely on llama.cpp, allow Users are free to fork the repository to create their own registry. If a user's registry is located at `https://github.com/USERNAME/registry-tabby`, the model ID will be `USERNAME/model`. +If there is no Github registry it will automaticly look up `models.json` in directory located at `\data\models\USERNAME\models.json`. + For details on the registry format, please refer to [models.json](https://github.com/TabbyML/registry-tabby/blob/main/models.json) - \ No newline at end of file + From 03d3f8fbc44f2578b2b48fddb9e632708a689594 Mon Sep 17 00:00:00 2001 From: GlaserTools <88691235+GlaserTools@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:40:39 +0100 Subject: [PATCH 2/4] Update faq.mdx added information about MODEL_SPEC.md --- website/docs/faq.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index 3701fd8fefc5..8174792ac52e 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -40,8 +40,10 @@ Since version 0.5.0, Tabby's inference now operates entirely on llama.cpp, allow Users are free to fork the repository to create their own registry. If a user's registry is located at `https://github.com/USERNAME/registry-tabby`, the model ID will be `USERNAME/model`. -If there is no Github registry it will automaticly look up `models.json` in directory located at `\data\models\USERNAME\models.json`. - For details on the registry format, please refer to [models.json](https://github.com/TabbyML/registry-tabby/blob/main/models.json) +If there is no Github registry it will automaticly look up `models.json` in your local directory located at `\data\models\USERNAME\models.json`. + +For details on the model's structure, please refer to [MODEL_SPEC.md]https://github.com/TabbyML/tabby/blob/main/MODEL_SPEC.md + From f29a4f4fc17bb40ac9d4aa6ff733f980122365e5 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 25 Feb 2024 02:52:29 -0800 Subject: [PATCH 3/4] Update website/docs/faq.mdx --- website/docs/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index 8174792ac52e..aead70a3ec35 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -42,8 +42,8 @@ Users are free to fork the repository to create their own registry. If a user's For details on the registry format, please refer to [models.json](https://github.com/TabbyML/registry-tabby/blob/main/models.json) -If there is no Github registry it will automaticly look up `models.json` in your local directory located at `\data\models\USERNAME\models.json`. + -For details on the model's structure, please refer to [MODEL_SPEC.md]https://github.com/TabbyML/tabby/blob/main/MODEL_SPEC.md +Tabby also supports loading models from a local directory that follow our specifications as outlined in [MODEL_SPEC.md](https://github.com/TabbyML/tabby/blob/main/MODEL_SPEC.md). From 11f5b53ff82afc6ea2a02bd118ebae9bf8e29e2f Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 25 Feb 2024 02:52:49 -0800 Subject: [PATCH 4/4] Update faq.mdx --- website/docs/faq.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index aead70a3ec35..e3c8317d10fd 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -42,6 +42,8 @@ Users are free to fork the repository to create their own registry. If a user's For details on the registry format, please refer to [models.json](https://github.com/TabbyML/registry-tabby/blob/main/models.json) + + Tabby also supports loading models from a local directory that follow our specifications as outlined in [MODEL_SPEC.md](https://github.com/TabbyML/tabby/blob/main/MODEL_SPEC.md).