| base_model: mlx-community/Qwen2.5-Coder-32B-Instruct-4bit | |
| library_name: mlx | |
| tags: [mlx, lora, ocm, oci, go] | |
| # ocm-coder | |
| LoRA adapters fine-tuned on the Open Component Model (OCM) and OCI specification ecosystem. | |
| **Base model:** [mlx-community/Qwen2.5-Coder-32B-Instruct-4bit](https://huggingface.co/mlx-community/Qwen2.5-Coder-32B-Instruct-4bit) | |
| ## Usage | |
| ```python | |
| from mlx_lm import load, generate | |
| model, tokenizer = load( | |
| "mlx-community/Qwen2.5-Coder-32B-Instruct-4bit", | |
| adapter_path="piotrjanik/ocm-coder", | |
| ) | |
| ``` | |