From 732eb9913ea6729b1a2ad675716fe6e37e816cf6 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Mon, 26 Jun 2023 19:18:20 -0500 Subject: [PATCH] add hash field to extras schema and user guide --- api/schemas/extras.yaml | 2 ++ docs/user-guide.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/api/schemas/extras.yaml b/api/schemas/extras.yaml index fc274dc3..eea6dbf9 100644 --- a/api/schemas/extras.yaml +++ b/api/schemas/extras.yaml @@ -78,6 +78,8 @@ $defs: properties: config: type: string + hash: + type: string image_size: type: number inversions: diff --git a/docs/user-guide.md b/docs/user-guide.md index 17e2885c..e5baa12b 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -1167,6 +1167,8 @@ some common configurations in a server context. - pt - pth - safetensors + - hash + - string - image_size - number - inversions