GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

samuelchristlie/tmax-9b-gguf overview

Tmax 9B GGUF Direct GGUF Quantizations of Tmax 9B This repository provides GGUF quantized models for allenai/tmax 9b . Tmax 9B is a 9 billion parameter termina…

ggufbase_model:Qwen/Qwen3.5-9Bbase_model:quantized:Qwen/Qwen3.5-9Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~3.56 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
225
Likes
0
Pipeline

Repository Files & Downloads

16 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
allenai_tmax-9b-IQ3_S.ggufGGUFIQ3_S4.07 GBDownload
allenai_tmax-9b-IQ4_NL.ggufGGUFIQ4_NL5.07 GBDownload
allenai_tmax-9b-IQ4_XS.ggufGGUFIQ4_XS4.87 GBDownload
allenai_tmax-9b-Q2_K.ggufGGUFQ2_K3.56 GBDownload
allenai_tmax-9b-Q3_K_L.ggufGGUFQ3_K_L4.59 GBDownload
allenai_tmax-9b-Q3_K_M.ggufGGUFQ3_K_M4.31 GBDownload
allenai_tmax-9b-Q3_K_S.ggufGGUFQ3_K_S3.97 GBDownload
allenai_tmax-9b-Q4_0.ggufGGUFQ4_04.95 GBDownload
allenai_tmax-9b-Q4_K_M.ggufGGUFQ4_K_M5.24 GBDownload
allenai_tmax-9b-Q4_K_S.ggufGGUFQ4_K_S4.98 GBDownload
allenai_tmax-9b-Q5_0.ggufGGUFQ5_05.87 GBDownload
allenai_tmax-9b-Q5_K_M.ggufGGUFQ5_K_M6.02 GBDownload
allenai_tmax-9b-Q5_K_S.ggufGGUFQ5_K_S5.87 GBDownload
allenai_tmax-9b-Q6_K.ggufGGUFQ6_K6.85 GBDownload
allenai_tmax-9b-Q8_0.ggufGGUFQ8_08.87 GBDownload
allenai_tmax-9b-f16.ggufGGUFF1616.69 GBDownload

Model Details

Model IDsamuelchristlie/tmax-9b-gguf
Authorsamuelchristlie
Pipeline
Licenseapache-2.0
Base modelallenai/tmax-9b,Qwen/Qwen3.5-9B
Last modified2026-06-24T13:21:00.000Z

Model README

---

license: apache-2.0

base_model:

  • allenai/tmax-9b
  • Qwen/Qwen3.5-9B

---

Tmax-9B-GGUF

Direct GGUF Quantizations of Tmax-9B

This repository provides GGUF quantized models for allenai/tmax-9b.

Tmax-9B is a 9 billion parameter terminal-agent model developed by AllenAI and collaborators. Built on top of the Qwen3.5-9B architecture and further trained using reinforcement learning for terminal-based tasks, it is designed to perform complex command-line and software engineering workflows while maintaining strong general-purpose reasoning capabilities. These GGUF versions are optimized for efficient CPU and GPU inference using llama.cpp and compatible tools.

This release includes various quantization levels (e.g., Q2_K, Q3_K_M, Q4_K_M, Q5_K_M, Q6_K, Q8_0) to suit different hardware capabilities and performance requirements.

Table of Contents 📝

  1. Usage
  2. 📃 License
  3. 🙏 Acknowledgements

<a name="usage"/>

▶ Usage

1. Download Models

Download models using huggingface-cli:

pip install "huggingface_hub[cli]"
huggingface-cli download samuelchristlie/tmax-9B-gguf --local-dir ./tmax-9B-gguf

You can also download directly from this page

2. Inference

To use these GGUF files, you'll need a compatible inference engine like llama.cpp or clients built on top of it (e.g., Ollama, LM Studio, KoboldCpp, text-generation-webui with llama.cpp backend).

<a name="license"/>

📃 License

This model is a GGUF conversion of the original allenai/tmax-9b model. The original model is licensed under the Apache 2.0 License, and this derivative work adheres to the terms of that license. Please review the original license for full details.

<a name="acknowledgements"/>

🙏 Acknowledgements

  • Allen Institute for AI (AI2) and collaborators for developing and open-sourcing the Tmax-9B model:

* https://huggingface.co/allenai/tmax-9b

  • Qwen Team for the Qwen3.5-9B base model that powers Tmax-9B:

* https://huggingface.co/Qwen/Qwen3.5-9B

  • The llama.cpp project and its contributors for the GGUF format and the incredible tooling that makes local LLM inference accessible.

* https://github.com/ggml-org/llama.cpp

  • city96:

* https://huggingface.co/city96

</div>

Run samuelchristlie/tmax-9b-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models