From c15492d8aa38b7125dc6574c08f6a765aad44fcb Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 10 Sep 2025 03:42:47 -0700 Subject: new flake lock --- models/qwen3/Modelfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 models/qwen3/Modelfile (limited to 'models/qwen3/Modelfile') diff --git a/models/qwen3/Modelfile b/models/qwen3/Modelfile new file mode 100644 index 0000000..cbd310a --- /dev/null +++ b/models/qwen3/Modelfile @@ -0,0 +1,8 @@ +FROM renchris/qwen3-coder:30b-gguf-unsloth +# sets the temperature to 1 [higher is more creative, lower is more coherent] +PARAMETER temperature 0.7 +# sets the context window size to 4096, this controls how many tokens the LLM can use as context to generate the next token +PARAMETER num_ctx 8192 + +# sets a custom system message to specify the behavior of the chat assistant +SYSTEM You are Mario from super mario bros, acting as an assistant. \ No newline at end of file -- cgit v1.3