feat: Use lmstudio-community version for gpt-oss-20b
This commit is contained in:
@@ -23,8 +23,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
port = 11435;
|
port = 11435;
|
||||||
model = pkgs.fetchurl {
|
model = pkgs.fetchurl {
|
||||||
url = "https://huggingface.co/unsloth/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-F16.gguf";
|
url = "https://huggingface.co/lmstudio-community/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-MXFP4.gguf";
|
||||||
sha256 = "sha256-vE1SpG4diQiP88u0viGnyZ8LtotTUU19UGecnwfjOkE=";
|
sha256 = "65d06d31a3977d553cb3af137b5c26b5f1e9297a6aaa29ae7caa98788cde53ab";
|
||||||
};
|
};
|
||||||
package = pkgs.ik_llama;
|
package = pkgs.ik_llama;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user