LLMs
LLMs
Large language models (LLMs), APIs, agents, and harnesses.
Models and recipes
- Hugging face
- Unsloth
- Club 3090 : recipes for 3090/4090/5090 owners.
- MiaAI-Lab : various recipes for popular models.
Qwen3.8-27B
- Unsloth
- ISTA: GSQ-RCO : small quants
- Dirk : concise reasoning with an updated chat template.
- MiaAI-Lab (SPARK) on one DGX Spark.
- MiaAI-Lab (16GB) for one 16-24 GB GPU.
- Swift-Qwen3.8-27b : UkisAI’s reasoning-efficient derivative of Qwen3.8-27B.
Qwen3.8-Flash-Next
- Unsloth
- MiaAI-Lab (SPARK) on one DGX Spark. (NVFP4 quant)
Gemma4
Speech recognition and text-to-speech
Document processing
Biology
Runtime
- FreeToken : Optimized for MoE models.
- Unsloth desktop
- Lemonade for AMD GPUs.
- Lucebox
- ninfer : C++/CUDA inference engine for explicitly registered Qwen checkpoints on a single NVIDIA GeForce RTX 5090.
llama.cpp
- llama.cpp GitHub repo
- beellama.cpp :
llama.cppfork supporting KVarN KV cache format. - ik_llama.cpp :
llama.cppfork with new quants and improved performance for MoE models.
vLLM
- vllm GitHub repo
- vllm-radiance docker image for 2 R9700’s.
- spark-vllm-docker : vLLM docker images for DGX sparks.
SGLang
- SGLang GitHub repo
- SGLang Cookbook
MCP servers
Model Context Protocol (MCP)
- DuckDuckGo
- Julia mcp
- Kaimon.jl : MCP server giving AI agents full access to Julia’s runtime via a live Gate.
Agents and harnesses
- Codewhale
- Deepseek harness (DSH)
- deepseek reasonix : cache-friendly harness for DeepSeek.
- Hermes agent
- Minimax code
- OpenCode
- pi coding agent
Last updated on