How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Offensivesec/linuxgpt-qwen2.5-3b-q4",
	filename="qwen2.5-coder-3b-instruct.Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

LinuxGPT โ€” Qwen2.5-Coder-3B Q4_K_M

A Linux-specialist LLM. Off-topic knowledge (cooking, creative writing, non-English) removed via gradient ascent unlearning.

Run with Ollama

ollama create linuxgpt -f Modelfile
ollama run linuxgpt

Run with llama.cpp

./llama-cli -m qwen2.5-coder-3b-instruct.Q4_K_M.gguf -p 'How do I check disk usage?' -n 200
Downloads last month
113
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Offensivesec/linuxgpt-qwen2.5-3b-q4