GGUF
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Forceless/DeepPresenter-9B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Forceless/DeepPresenter-9B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Forceless/DeepPresenter-9B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Forceless/DeepPresenter-9B-GGUF:Q4_K_M
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 Forceless/DeepPresenter-9B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Forceless/DeepPresenter-9B-GGUF:Q4_K_M
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 Forceless/DeepPresenter-9B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Forceless/DeepPresenter-9B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Forceless/DeepPresenter-9B-GGUF:Q4_K_M
Quick Links

This is a quantized version of the model for lightweight deployment on edge devices such as Macs.

DeepPresenter-9B

Project: https://github.com/icip-cas/PPTAgent
Paper: https://arxiv.org/abs/2602.22839

Model Overview

DeepPresenter-9B is a 9B-parameter language model designed for automatic presentation generation. It serves as the core model in the DeepPresenter framework, enabling agentic workflows that generate structured slide presentations from natural language instructions.

Usage

DeepPresenter-9B is intended to be used with the PPTAgent framework for full presentation generation:

uvx pptagent onboard

uvx pptagent generate "Single Page with Title: Hello World" -o hello.pptx

Performance

image

Downloads last month
781
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Forceless/DeepPresenter-9B-GGUF

Finetuned
Qwen/Qwen3.5-9B
Quantized
(2)
this model

Paper for Forceless/DeepPresenter-9B-GGUF