From c5cfba403fe6404412fc3be6e58a983c68d928d7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 6 Nov 2023 11:22:43 -0800 Subject: [PATCH] docs: fix warning sign in MODEL_SPEC.md --- MODEL_SPEC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MODEL_SPEC.md b/MODEL_SPEC.md index e1f5daf3282f..ebb826d1862e 100644 --- a/MODEL_SPEC.md +++ b/MODEL_SPEC.md @@ -1,6 +1,7 @@ # Tabby Model Specification (Unstable) -> [!WARNING] **Since v0.5.0** This document is intended exclusively for local models. For remote models, we rely on the `tabby-registry` repository within each organization or user. You can refer to https://github.com/TabbyML/registry-tabby/blob/main/models.json for an example. +> [!WARNING] +> **Since v0.5.0** This document is intended exclusively for local models. For remote models, we rely on the `tabby-registry` repository within each organization or user. You can refer to https://github.com/TabbyML/registry-tabby/blob/main/models.json for an example. Tabby organizes the model within a directory. This document provides an explanation of the necessary contents for supporting model serving. An example model directory can be found at https://huggingface.co/TabbyML/StarCoder-1B