gamma-engine-compat
Installation
SKILL.md
GAMMA Engine Compatibility
Use before running workloads where engine choice affects correctness or logits access.
Rules
game,comparison, andmind-meldrequire raw logits.- Logits-capable engines:
pytorch,pytorch_cuda,llamacpp,mlx,mlx_gpu,vllm. - Wrapper engines without raw logits:
openai,huggingface_inference,ollama. - In GAMMA,
vllmis CUDA-oriented; AMD uses PyTorch ROCm or CPU fallback.
Workflow
- Detect hardware and available models.
- Check whether the mode needs logits, attention, KV cache, or translation.
- Validate model specs with the script when possible.
- Pick the simplest engine that satisfies the mode.
- Run a smoke command and record fallbacks.