From 721d97204d244a81c66f189b9bed5f238972fe07 Mon Sep 17 00:00:00 2001 From: 0xSage <69952136+0xSage@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:09:02 +0800 Subject: [PATCH] docs: Update 02-import-manually.mdx --- docs/docs/guides/04-using-models/02-import-manually.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/guides/04-using-models/02-import-manually.mdx b/docs/docs/guides/04-using-models/02-import-manually.mdx index fecb3fa4d..f4a74dd6d 100644 --- a/docs/docs/guides/04-using-models/02-import-manually.mdx +++ b/docs/docs/guides/04-using-models/02-import-manually.mdx @@ -130,6 +130,7 @@ Copy the following configurations into the `model.json`. "tags": ["7B", "Merged", "Featured"], "size": 4370000000 }, + "state": "ready", "engine": "nitro" } ```