Articles & Guides

Inference & Serving

Claude API relay guides, detection insights and hands-on LLM API benchmarks

40 articles

CCTest · Blog
Daedalus-150M Reverses the Usual Recipe for CPU-Friendly Inference
Inference & Serving
cctest.ai

Daedalus-150M Reverses the Usual Recipe for CPU-Friendly Inference

Daedalus-150M was designed from its deployment target backward: single-user, one-token-at-a-time decoding with 4-bit weights on a conventional CPU. By replacing two-thirds of its attention blocks with cache-bounded short convolutions, the model targets the memory costs that become dominant at longer contexts.

Read more
CCTest · Blog
Llama-Mobile Brings VLMs Closer to Mobile Devices with 2.7-Bit Quantization
Inference & Serving
cctest.ai

Llama-Mobile Brings VLMs Closer to Mobile Devices with 2.7-Bit Quantization

Llama-Mobile introduces a quantization pipeline for deploying vision-language models on resource-constrained devices. It uses model-generated data and an Arm-oriented 2.7-bit format to compress Llama 3.2 11B Vision Instruct to 3.7 GB while retaining strong results on standard visual question answering tasks.

Read more