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
commit ef9a799e77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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