Spaces:
Build error
Build error
Create convert_and_patch.sh
Browse files- convert_and_patch.sh +3 -0
convert_and_patch.sh
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Optional: helper to download a different GGUF or patch model path
|
| 3 |
+
echo "Edit start.sh to change GGUF_URL to your preferred quantized gguf."
|