Skip to content

Commit

Permalink
fix(api): make format list in schema match code
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 26, 2023
1 parent 8c3c0de commit 580d621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/schemas/extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $defs:
properties:
format:
type: string
enum: [onnx, pth, ckpt, safetensors]
enum: [bin, ckpt, onnx, pt, pth, safetensors]
half:
type: boolean
label:
Expand Down Expand Up @@ -107,7 +107,7 @@ $defs:
properties:
format:
type: string
enum: [ckpt, safetensors]
enum: [bin, ckpt, onnx, pt, pth, safetensors]
model:
type: string
enum: [
Expand Down

0 comments on commit 580d621

Please sign in to comment.