Author: CanXP AI
License: MIT
The MaplePT vLLM Plugin extends the vLLM inference engine to support MaplePT models — a series of sovereign Canadian-tuned language models built by CanXP AI.
This Plugin is needed to support our MaplePT model hosted via vllm on Hugging Face.
MaplePT models are derived from Phi-3 architecture and fine-tuned for Canadian language, policy, and context alignment.
This plugin provides compatibility patches that allow vLLM to load, alias, and serve MaplePT weights seamlessly as Phi-compatible models.
- ✅ Registers MaplePT architecture as a Phi3-compatible backend
- ✅ Aliases weight prefixes (
model.* → model.model.*) for safe loading - ✅ Patches
safetensorsloader for multi-process inference - ✅ Enables OpenAI-compatible API serving via vLLM
- ✅ Fully self-contained — no vLLM source modification required
Clone the repository:
git clone https://github.com/CanXPAI/vllm-maplept-plugin.git
cd vllm_maplept_plugin