How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for librepowerai/TriLM-1.5B-TQ2_0 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for librepowerai/TriLM-1.5B-TQ2_0 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for librepowerai/TriLM-1.5B-TQ2_0 to start chatting
Quick Links

TriLM 1.5B β€” TQ2_0 GGUF for IBM Power

TriLM 1.5B (Spectra Suite, ternary {-1, 0, +1} weights) quantized to TQ2_0 (2.06 bits per weight) for fast CPU inference with llama.cpp β€” optimized for IBM POWER9 and later with the LibrePower VSX ternary kernels.

  • File: TriLM-1.5B-TQ2_0.gguf (716 MiB, 1.52 B parameters)
  • Quantization: TQ2_0 β€” exact ternary, no quality loss vs the original ternary weights
  • No GPU required.

Run it on IBM Power (ppc64le)

curl -fsSL https://linux.librepower.org/install.sh | sudo sh
sudo apt install librepower-llama

lp-llama-completion -m TriLM-1.5B-TQ2_0.gguf -p "Once upon a time" -n 64 -t 16

Works with any recent llama.cpp on any architecture; the LibrePower build adds VSX acceleration on Power (4.3x prompt / 2.4x generation vs the generic path).

AIX / big-endian

TriLM-1.5B-TQ2_0-be.gguf is the big-endian variant for IBM AIX (dnf install llama-aix from aix.librepower.org):

lp-llama-completion -m TriLM-1.5B-TQ2_0-be.gguf -p "Once upon a time" -n 64 -t 16

Performance (IBM POWER9, Ubuntu 22.04, llama-bench)

Test Threads Tokens/s
Prompt processing (pp64) 16 122.1
Generation (tg32) 16 33.7

Note: this is a base model (no instruction tuning) β€” use completion-style prompts, not chat.

Credits

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

2-bit

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

Model tree for librepowerai/TriLM-1.5B-TQ2_0

Quantized
(1)
this model