Instructions to use Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M # Run inference directly in the terminal: llama cli -hf Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M # Run inference directly in the terminal: llama cli -hf Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M: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 Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M: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 Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
Use Docker
docker model run hf.co/Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
- Ollama
How to use Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M with Ollama:
ollama run hf.co/Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M with Docker Model Runner:
docker model run hf.co/Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
- Lemonade
How to use Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Ooriginador/Qwen3.8-Flash-Next-ArkCompact-Q4_K_M:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.8-Flash-Next-ArkCompact-Q4_K_M-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Qwen3.8-Flash-Next (ARKCOMPACT Ternary Edition)
Model Overview
This repository contains the ARKCOMPACT 1.58-bit Ternary Release and GGUF v3 Quantized Release of Qwen3.8-Flash-Next (Qwen4ExpForConditionalGeneration), compressed with ARKCOMPACT — the sovereign neural compilation and quantization pipeline developed for the ArkheionNet / Sovereign AI OS ecosystem.
Key Architectural Highlights
- Base Architecture:
Qwen4ExpForConditionalGeneration(Hybrid Gated DeltaNet + Sparse Attention + Massive Mixture-of-Experts). - Sparse MoE Capacity: 512 total experts with dynamic routing (10 routed experts + 1 shared expert active per token).
- Total Parameters: 125 Billion parameters (~6 Billion active parameters per token).
- Compression Density: Packed into 1.58-bit base-3 format (5 trits per byte), reducing memory footprint by over 20.19× compared to FP32.
- Spectral Fidelity: Mean Model Pearson Correlation: 0.9033 across all 1,658 tensors.
📊 Specifications & Tensor Composition
| Specification | Native ARK Container | GGUF v3 Export | Uncompressed (FP32) |
|---|---|---|---|
| File Format | .ark (Ternary Native) |
.gguf (Q4_K_M) |
Raw SafeTensors |
| File Size | 39.67 GiB | 139.00 GiB | 500.00 GiB |
| Compression Ratio | 12.60× vs FP32 | 3.60× vs FP32 | 1.00× |
| Total Tensors | 1,658 | 1,658 | 1,658 |
| Ternary Tensors (1.58-bit) | 1,244 | — | — |
| Float32 Precision Tensors | 414 (Norms/Biases) | — | 1,658 |
| Context Length | 32,768 tokens | 32,768 tokens | 32,768 tokens |
| Layers / Heads / Dim | 36 / 16 / 2048 | 36 / 16 / 2048 | 36 / 16 / 2048 |
⚡ Quickstart
1. Direct Inference via ArkheionNet Sovereign Engine (Rust Native)
Run direct GPU/CPU hybrid inference with 0 subprocess overhead:
cargo run --release -p ark-inference -- \
--model qwen3.8-flash-next.ark \
--prompt "Explique os princípios fundamentais da computação quântica:" \
--max-tokens 100 \
--verbose
2. Using llama.cpp / GGUF v3 Runtime
./llama-cli -m qwen3.8-flash-next-q4_k_m.gguf \
-p "Explain the AdS/CFT holographic correspondence in 2 paragraphs." \
-n 512 --ctx-size 32768 -ngl 10
3. Using Ollama
Create a Modelfile:
FROM ./qwen3.8-flash-next-q4_k_m.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>"""
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
PARAMETER temperature 0.7
PARAMETER top_p 0.95
PARAMETER num_ctx 32768
Register and execute:
ollama create qwen38-flash-next -f Modelfile
ollama run qwen38-flash-next "Construa um pipeline de streaming assíncrono em Rust."
🛡️ License & Sovereign Architecture
The weights provided are based on the Qwen architecture licensed under Apache 2.0. The ARKCOMPACT high-density ternary packing engine, hyperbolic Poincaré projections, and Triton/HIP accelerated kernels are part of the ArkheionNet Sovereign AI OS.
- Downloads last month
- -
4-bit