Views
No views yet
rust-lightning-code2lora-instruct-q4_K_M.gguf: chat/instruct variant. Use
this for OpenWebUI and normal chat.rust-lightning-code2lora-q4_K_M.gguf: raw completion variant. This is more
likely to continue code/text rather than answer chat prompts.Q4_K_M.1cat > Modelfile <<'EOF'
2FROM ./rust-lightning-code2lora-instruct-q4_K_M.gguf
3SYSTEM """
4You are Qwen2.5-Coder-1.5B-Instruct with a Code2LoRA-generated rust-lightning
5adapter merged into the weights. Answer as a practical Rust and Lightning
6Development Kit assistant. Prefer rust-lightning terminology and be explicit
7when uncertain.
8"""
9EOF
10
11ollama create rust-lightning-code2lora-chat -f Modelfile
12ollama run rust-lightning-code2lora-chatlightningdevkit/rust-lightning5049f7c02code2lora/code2lora-directQ4_K_M