How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
# Run inference directly in the terminal:
llama cli -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
# Run inference directly in the terminal:
llama cli -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf fableforge-ai/ShellWhisperer-1.5B-GGUF:
Use Docker
docker model run hf.co/fableforge-ai/ShellWhisperer-1.5B-GGUF:
Quick Links

ShellWhisperer-1.5B-GGUF

GGUF quantizations of fableforge-ai/ShellWhisperer-1.5B, a 1.5B parameter instruction-tuned model optimized for shell command generation, agentic tool use, and uncensored reasoning.

Available Quants

Quant File
F16 shellwhisperer-1.5b-f16.gguf
Q8_0 shellwhisperer-1.5b-Q8_0.gguf
Q6_K shellwhisperer-1.5b-Q6_K.gguf
Q5_K_M shellwhisperer-1.5b-Q5_K_M.gguf
Q4_K_M shellwhisperer-1.5b-Q4_K_M.gguf
Q4_0 shellwhisperer-1.5b-Q4_0.gguf
Q3_K_M shellwhisperer-1.5b-Q3_K_M.gguf
Q2_K shellwhisperer-1.5b-Q2_K.gguf
IQ4_XS shellwhisperer-1.5b-IQ4_XS.gguf
IQ3_XXS shellwhisperer-1.5b-IQ3_XXS.gguf
IQ2_XXS shellwhisperer-1.5b-IQ2_XXS.gguf
IQ1_S shellwhisperer-1.5b-IQ1_S.gguf

Usage

llama.cpp

git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make -j
./main -m shellwhisperer-1.5b-Q4_K_M.gguf -p "Generate a bash script to..." -n 512

Ollama

ollama run hf.co/fableforge-ai/ShellWhisperer-1.5B-GGUF:Q4_K_M

LM Studio

Search for "ShellWhisperer" in the LM Studio search panel.

Downloads last month
-
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for fableforge-ai/ShellWhisperer-1.5B-GGUF

Quantized
(8)
this model