Tosilos-128B GGUF

Community GGUF conversion and quantization of nesilabs/tosilos-128b for use with llama.cpp.

The original model is a Mistral Medium 3.5 128B cybersecurity fine-tune intended for authorized pentesting, vulnerability analysis, DFIR, detection engineering, and related cybersecurity workflows, as described by Nesilabs.

Original model: nesilabs/tosilos-128b

This repository contains a community-produced GGUF conversion/quantization. It is not a retrained or independently fine-tuned model. All credit for the original model and fine-tuning belongs to Nesilabs and the original model authors.

Available quantization

File Quantization BPW Approx. size
tosilos-128b-Q3_K_M.gguf Q3_K_M 3.88 ~60.6 GB / ~56.4 GiB

Q3_K_M was selected as a practical starting point for running this dense 128B model on systems with approximately 128 GB of unified/system memory.

Conversion

Converted from the original BF16 Safetensors checkpoint using llama.cpp.

Conversion environment

  • Source: nesilabs/tosilos-128b
  • Source format: BF16 Safetensors
  • llama.cpp build: 10398
  • llama.cpp commit: 8e7f22b67
  • Intermediate format: BF16 GGUF
  • Final quantization: Q3_K_M
  • Tokenizer compatibility: Transformers 5.15.0 was used successfully for conversion

The conversion pipeline was:

nesilabs/tosilos-128b
        |
        | BF16 Safetensors
        v
convert_hf_to_gguf.py
        |
        v
tosilos-128b-BF16.gguf
        |
        | llama-quantize Q3_K_M
        v
tosilos-128b-Q3_K_M.gguf

Reproducible conversion commands

python3 convert_hf_to_gguf.py \
  /path/to/tosilos-128b \
  --outfile tosilos-128b-BF16.gguf \
  --outtype bf16
llama-quantize \
  tosilos-128b-BF16.gguf \
  tosilos-128b-Q3_K_M.gguf \
  Q3_K_M

For this checkpoint, upgrading the conversion environment to Transformers 5.15.0 resolved tokenizer compatibility with the model's TokenizersBackend metadata.

Tested hardware

The Q3_K_M GGUF has been tested successfully with llama.cpp using Vulkan on:

  • CPU/APU: AMD Ryzen AI MAX+ 395
  • GPU: AMD Radeon 8060S Graphics
  • Memory: 128 GB unified/system memory
  • Backend: Vulkan
  • Operating system: Ubuntu Linux

Test configuration

  • Context: 32768
  • KV cache: Q8_0
  • GPU layers: 999 / full layer offload
  • Batch size: 512
  • Micro-batch size: 256
  • Parallel sequences: 1

Observed decode performance was approximately 3.7 tokens/second at a configured 32K context.

Performance will vary depending on hardware, memory bandwidth, context utilization, llama.cpp version, and runtime configuration.

Download

Using the Hugging Face CLI:

hf download elsauto/tosilos-128b-GGUF \
  tosilos-128b-Q3_K_M.gguf \
  --local-dir .

Usage with llama.cpp

llama-server \
  -m ./tosilos-128b-Q3_K_M.gguf \
  -c 32768 \
  -ngl 999 \
  -b 512 \
  -ub 256 \
  --cache-type-k q8_0 \
  --cache-type-v q8_0

For systems with less available GPU or unified memory, reduce GPU offload and/or context size as necessary.

llama.cpp models.ini example

[tosilos-128b]
model = /models/tosilos-128b-Q3_K_M.gguf
ctx-size = 32768

n-gpu-layers = 999
batch-size = 512
ubatch-size = 256
parallel = 1

cache-type-k = q8_0
cache-type-v = q8_0

jinja = true
flash-attn = auto

temp = 0.3
top-p = 0.9
top-k = 20
repeat-penalty = 1.05

Intended use

This GGUF preserves the intended use of the original Tosilos-128B model. Refer to the upstream model card for the authoritative description of intended uses, limitations, training information, and model-specific guidance:

nesilabs/tosilos-128b

This repository documents only the GGUF conversion, quantization, and tested llama.cpp configuration.

Attribution

This repository is a community-produced GGUF conversion of:

nesilabs/tosilos-128b

Please credit and refer to the original repository for information about the underlying model.

License

This GGUF is a quantized derivative of the original model. The original model's license and usage terms continue to apply.

Before using or redistributing this GGUF, review the license and terms published by Nesilabs in the original repository:

nesilabs/tosilos-128b

This repository does not grant additional rights beyond those provided by the original model's license.

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

3-bit

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

Model tree for elsauto/tosilos-128b-GGUF

Quantized
(1)
this model