Merge pull request #1080 from officialsahyaboutorabi/patch-1

feat: additional file types for uploading models
This commit is contained in:
Timothy Jaeryang Baek
2024-03-07 00:02:23 -05:00
committed by GitHub

View File

@@ -589,7 +589,7 @@
on:change={() => { on:change={() => {
console.log(modelInputFile); console.log(modelInputFile);
}} }}
accept=".gguf" accept=".gguf",".safetensors"
required required
hidden hidden
/> />