Summary
We'd like to deploy CoPE-B-A4B (https://huggingface.co/zentropi-ai/cope-b-a4b) on Lift Wing to evaluate its performance, following the deployment of CoPE-A-9B T418832: Deploy CoPE-A on LiftWing.
Technical notes
CoPE-B-A4B is fine-tuned from Gemma-4 (~25B MoE, ~52 GB BF16 weights, 256k context). Our current production vLLM 0.14 image does not support the Gemma-4 architecture, so this task depends on the vLLM ≥ 0.19 image upgrade tracked in T426766: Upgrade production vLLM image to use vLLM version >= 0.19.
Acceptance criteria
- Production vLLM image upgraded T426766: Upgrade production vLLM image to use vLLM version >= 0.19 and verified to support the Gemma-4 architecture (upgrade completed in T428577)
- upload model to swift -- Done. model exists in s3://wmf-ml-models/llm/cope-b-a4b
- CoPE-B-A4B deployed on Lift Wing and reachable for testing