How to use from
Hermes Agent
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "piotrjanik/ocm-coder"
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default piotrjanik/ocm-coder
Run Hermes
hermes
Quick Links

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

Usage

from mlx_lm import load, generate

model, tokenizer = load(
    "mlx-community/Qwen2.5-Coder-32B-Instruct-4bit",
    adapter_path="piotrjanik/ocm-coder",
)
Downloads last month
9
MLX
Hardware compatibility
Log In to add your hardware

Quantized

GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for piotrjanik/ocm-coder