#125 · Primary category: MLOps & Evaluation
gemma-tuner-multimodal
Fine-tune Gemma 4 and 3n with audio, images and text on Apple Silicon, using PyTorch and Metal Performance Shaders.
Project last updated:08/13/26
GitHub Stars
1.5K
Forks
103
Contributors
3
License
MIT
Why we included this project
Most Gemma fine-tuning pipelines assume you have a CUDA GPU sitting around. This one runs LoRA fine-tuning for text, image captioning or VQA, and audio instruction entirely on an Apple Silicon Mac via Metal Performance Shaders, so developers without an NVIDIA box can still adapt the model to their own data. The workflow stays compact: a wizard-style CLI, local CSV datasets, and optional streaming of training shards straight from GCS or BigQuery, which avoids copying terabytes onto your laptop first. A built-in browser visualizer shows the loss curve, attention patterns, and token-by-token predictions live during training, so you get the feedback a TensorBoard setup would give without the extra plumbing. For individual developers and small teams who want private, on-device fine-tunes of Gemma 4 and 3n, it's a practical way to avoid renting cloud GPUs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models