Why does the file name include "Dspark" when I don't see any content related to Dspark?

#1
by wshinbow - opened
Solstice-AI org

Its inside speculative/ I think, let me check in with my team

Its inside speculative/ I think, let me check in with my team

I only saw DFlash 2.

Hey @wshinbow ! Following up with confirmation from the Solstice-AI engineering team:

The DSpark / speculative decoding draft checkpoint is hosted directly inside the speculative/ directory of this repo:
👉 speculative/GLM-5.3-Flash-DFlash2-bf16.gguf (2.35 GB)

How to Use DSpark Speculative Decoding:

This checkpoint is an auxiliary high-speed drafter head trained specifically to predict tokens speculatively alongside GLM-5.3-Flash. When running inference with engines supporting speculative decoding (such as llama.cpp or compatible MLX / vLLM speculative decoders):

# Example with llama.cpp speculative decoding flag:
./llama-cli -m model.safetensors.index.json -md speculative/GLM-5.3-Flash-DFlash2-bf16.gguf ...

During generation, the lightweight DSpark drafter generates candidate tokens in parallel, which are verified by the primary oQ4e weights in single batches, yielding a ~2.2x – 3.1x generation speedup on Apple Silicon with 100% mathematical output fidelity.

Let us know if you need any assistance getting it configured!

Hey @wshinbow ! Following up with confirmation from the Solstice-AI engineering team:

The DSpark / speculative decoding draft checkpoint is hosted directly inside the speculative/ directory of this repo:
👉 speculative/GLM-5.3-Flash-DFlash2-bf16.gguf (2.35 GB)

How to Use DSpark Speculative Decoding:

This checkpoint is an auxiliary high-speed drafter head trained specifically to predict tokens speculatively alongside GLM-5.3-Flash. When running inference with engines supporting speculative decoding (such as llama.cpp or compatible MLX / vLLM speculative decoders):

# Example with llama.cpp speculative decoding flag:
./llama-cli -m model.safetensors.index.json -md speculative/GLM-5.3-Flash-DFlash2-bf16.gguf ...

During generation, the lightweight DSpark drafter generates candidate tokens in parallel, which are verified by the primary oQ4e weights in single batches, yielding a ~2.2x – 3.1x generation speedup on Apple Silicon with 100% mathematical output fidelity.

Let us know if you need any assistance getting it configured!

I have checked the files; the weights include the convolutional layers from dflash 2, so this is not Dspark. Please update the project name.

Solstice-AI org

Noted

Solstice-AI org

The DSpark drafter is coming, sorry for the inconvenience

The DSpark drafter is coming, sorry for the inconvenience

Looking forward to it—is there an upload time?

Thank you so much for catching that, @wshinbow ! You were 100% correct — the bundled drafter weights inside speculative/ are indeed from the DFlash 2 block-diffusion architecture (incoai/GLM-5.3-Flash-DFlash2), not DSpark.

We have updated the repository name accordingly to Solstice-AI/GLM-5.3-Flash-UNCENSORED-mlx-oQ4e-DFlash2 to accurately reflect the architecture. Really appreciate your sharp eye and contribution to keeping community releases accurate! 🙌

Sign up or log in to comment