Unverified Commit ef9a799e authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1080 from officialsahyaboutorabi/patch-1

feat: additional file types for uploading models
parents 6c4e368a 14c38d31
......@@ -589,7 +589,7 @@
on:change={() => {
console.log(modelInputFile);
}}
accept=".gguf"
accept=".gguf",".safetensors"
required
hidden
/>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment