Instructions to use v-vovk/medgemma-ios-q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use v-vovk/medgemma-ios-q4 with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("v-vovk/medgemma-ios-q4") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use v-vovk/medgemma-ios-q4 with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "v-vovk/medgemma-ios-q4" --prompt "Once upon a time"
| { | |
| "version": "medgemma-ios-q4-v9-fixture-calib", | |
| "repo_id": "v-vovk/medgemma-ios-q4", | |
| "archive_name": "medgemma-ios-q4-v9-fixture-calib.zip", | |
| "url": "https://huggingface.co/v-vovk/medgemma-ios-q4/resolve/main/medgemma-ios-q4-v9-fixture-calib.zip", | |
| "sha256": "dd794a634204557bec6639351d4e3fcfaa5717aca8599f5d7af7a3b29398684b", | |
| "size_bytes": 2594347078, | |
| "created_at": "2026-05-28T19:45:17.984918Z", | |
| "source_dir": "/Users/vovk/projects/crystalwise/crystalwise-ai/training/artifacts/medgemma_v9_fixture_aug_focus/q4", | |
| "required_files": [ | |
| "config.json", | |
| "model.safetensors", | |
| "tokenizer.json" | |
| ] | |
| } |