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="fableforge-ai/ShellWhisperer-1.5B",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

ShellWhisperer-1.5B — Ultra-Fast Shell Command Assistant

1,100+ downloads · 986MB · 20+ tok/s · Runs on anything

HuggingFace Size License Speed

What Is This?

ShellWhisperer is a fast shell command assistant focused exclusively on shell tasks. Fine-tuned from Qwen2.5-1.5B-Instruct on 100K+ shell command traces, it predicts bash, zsh, PowerShell, and DevOps commands.

Unlike general models that kind of know shell commands, ShellWhisperer is purpose-built for terminal productivity.

Quick Start

Ollama

ollama run FableForge-AI/shellwhisperer

llama.cpp

./llama-cli -m shellwhisperer-1.5b-Q4_K_M.gguf --prompt "find all files larger than 100MB" -n 512

Python

from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("fableforge-ai/ShellWhisperer-1.5B")

Quantizations

File Size Best For
IQ2_XXS.gguf 488 MB Extreme compression
Q2_K.gguf 645 MB Phone, Raspberry Pi
IQ3_XXS.gguf 638 MB Ultra low-resource
Q3_K_M.gguf 786 MB Low-end devices
Q4_0.gguf 895 MB Fast inference
Q4_K_M.gguf 940 MB Recommended
IQ4_XS.gguf 860 MB Quality + compression
Q5_K_M.gguf 1.0 GB High quality
Q6_K.gguf 1.2 GB Pro quality
Q8_0.gguf 1.5 GB Near-lossless
f16.gguf 2.9 GB Full precision

Hardware Requirements

Hardware Best Quant
Phone (2GB+ RAM) Q2_K
Raspberry Pi Q2_K
Old laptop (4GB RAM) Q4_K_M
Gaming PC (RTX 3060+) Q5_K_M
Server (32GB+) Q8_0 / F16

Training Details

Parameter Value
Base Model Qwen2.5-1.5B-Instruct
Training Data 100K+ shell command traces
Method QLoRA
Precision bfloat16

Limitations

  • Single-domain focus: Best at shell/terminal tasks; general knowledge may be limited
  • Quantization impact: Smaller quants may show quality degradation
  • Uncensored: Model does not refuse harmful requests — use responsibly

License

Apache 2.0 — commercial use allowed.


Part of the FableForge AI ecosystem.

Downloads last month
2,007
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for fableforge-ai/ShellWhisperer-1.5B

Quantized
(223)
this model
Finetunes
1 model
Quantizations
7 models