CoolFace
Modelpublic

XHToken/Spark-X2.5-1.7B-GGUF

sourceHugging Faceapache-2.0updated 2d agoView on Hugging Face
43likes99kdownloads
Model Card

Spark-X2.5-1.7B-GGUF

Spark-X2.5 is a compact, general-purpose language model for conversation, writing, translation, reasoning, coding, tool use, and agentic workflows. It uses a hybrid attention architecture, supports a native context length of up to 1M tokens, and covers more than 200 languages. For its architecture, training methods, benchmark results, fine-tuning, and citation, see the Spark-X2.5-1.7B.

Local Deployment

llama.cpp

[!NOTE] Native spark2_5 support requires llama.cpp b10828 or later.

Run the model in the CLI:

bash
llama cli -m /path/to/Spark-X2.5-1.7B-GGUF

Launch the OpenAI-compatible API server:

bash
llama serve -m /path/to/Spark-X2.5-1.7B-GGUF

Ollama

Download Ollama

[!NOTE] Native spark2_5 support requires Ollama `v0.34.1` or later.
bash
ollama run SparkLLM/Spark-X2.5-1.7B

LM Studio

Download LM Studio

[!NOTE] Native spark2_5 support requires runtime version 2.34.0 or later.

Unsloth

Download Unsloth Studio

[!NOTE] The latest Unsloth Studio supports native Spark-X2.5 GGUF inference.

License

Released under the Apache License 2.0.