better model

This commit is contained in:
Michael Neale
2025-11-19 15:06:27 +11:00
parent 19d91b44ff
commit ed67a60f1f
+2 -2
View File
@@ -246,9 +246,9 @@ struct DownloadableModel {
/// List of built-in downloadable models that are always available
const DOWNLOADABLE_MODELS: &[DownloadableModel] = &[
DownloadableModel {
name: "gpt-oss-20b-Q3_K_M",
name: "gpt-oss-20b-F16",
repo: "mradermacher/gpt-oss-20b-GGUF",
filename: "gpt-oss-20b.Q3_K_M.gguf",
filename: "gpt-oss-20b.F16.gguf",
},
DownloadableModel {
name: "qwen2.5-7b-instruct-q3_k_m",