Skip to content

Commit 88b301f

Browse files
committed
fi
1 parent 4fe7a15 commit 88b301f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/modules/vUpload/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export const MULTIPART_UPLOAD_CONFIG = {
1313
PART_SIZE: 5 * 1024 * 1024
1414
}
1515

16-
export const DEFAULT_ALLOWED_EXTENSIONS = '.safetensors, .pth, .bin, .pt, .ckpt, .gguf, .sft'
16+
export const DEFAULT_ALLOWED_EXTENSIONS = '.safetensors, .pth, .bin, .pt, .ckpt, .gguf, .sft, .onnx'
1717

1818
export const STORAGE_KEY_PREFIX = 'upload_'

0 commit comments

Comments
 (0)