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 moolvylabs/Morphy-Math-1.5B-GGUF:
# Run inference directly in the terminal:
llama cli -hf moolvylabs/Morphy-Math-1.5B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf moolvylabs/Morphy-Math-1.5B-GGUF:
# Run inference directly in the terminal:
llama cli -hf moolvylabs/Morphy-Math-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 moolvylabs/Morphy-Math-1.5B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf moolvylabs/Morphy-Math-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 moolvylabs/Morphy-Math-1.5B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf moolvylabs/Morphy-Math-1.5B-GGUF:
Use Docker
docker model run hf.co/moolvylabs/Morphy-Math-1.5B-GGUF:
Quick Links

Morphy-Math-1.5B is the third model in the Morphy lineup developed by the Moolvylabs team. Unlike previous text-focused versions, this model has undergone selective, highly targeted fine-tuning on complex advanced academic datasets. It is fully optimized for exceptional performance in higher sciences while remaining lightweight enough to run locally on consumer-grade hardware.


โœจ Strengths (What the model excels at)

  • ๐Ÿงฎ Higher Mathematics & Calculus โ€” outstanding performance in solving university-level limits, improper integrals, derivatives, and infinite series step-by-step using strict Chain of Thought (CoT).
  • ๐Ÿ“ Linear Algebra & Differential Equations โ€” effortlessly handles non-linear differential equations (such as Bernoulli equations), spectral theorems, matrix eigenvalues, and eigenvectors.
  • โš›๏ธ Quantum Computing & Physics โ€” natively understands advanced physics, Dirac bra-ket notations, Pauli operators, and complex quantum state transformations.

โš ๏ธ Important Features and Limitations (Disclaimer)

Since this model is deployed across various quantization formats to support low-end hardware, please keep the following nuances in mind:

  • ๐Ÿ”ฌ Model Quantization Impact: The full FP16 and Q8_0 versions retain near 100% of the model's complex reasoning logic. However, aggressive bit-compression variants (Q4_K_M / Q5_K_M) may occasionally exhibit minor logical degradation or index confusion on highly abstract, multi-variable academic equations (e.g., advanced tensor calculus).
  • ๐ŸŒ Language Nuance: For maximum accuracy in complex symbolic formulas and advanced scientific notations, prompting the model in English is highly recommended.

๐Ÿ› ๏ธ Technical Specifications

Parameter Value
Name Morphy-Math-1.5B
Generation Third model in the family
Base Model Qwen2.5-Math-1.5B-Instruct
Data Type Custom Higher Mathematics & Quantum Physics Paks
Purpose Advanced Calculus / Tensor Analysis / Symbolic Reasoning
Downloads last month
48
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

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