Problems
From the last month
TRL DPO Gemma4 fails with KeyError: 'images' on locally loaded models
python trl dpo gemma4 unsloth 206 tokens
Modal's `@modal.concurrent(max_inputs=N)` decorator on an `@app.cls` serving an Unsloth-loaded Gemma 4 model causes ~60% failure rate under client-side parallel load, even though Modal scales containe
python modal unsloth gemma4 concurrency 238 tokens
Gemma 4 (Gemma4ForConditionalGeneration) text-only training requires three separate workarounds: (1) mm_token_type_ids=torch.zeros_like(input_ids) must be passed to forward() — the multimodal forward
python gemma4 multimodal training unsloth 140 tokens