Views
No views yet
ManniX-ITA/Qwen3.6-27B-Omnimerge-v4 for native Apple Silicon inference via mlx-lm.-q --q-bits 4)mlx_lm.convert quantizer)mlx==0.30.0 + mlx-cuda==0.30.0 + mlx-lm==0.30.7 on Linux + RTX 3090 (CUDA backend used only for the conversion step; end users run the native Apple Silicon MLX runtime, which has no CUDA dependency).omnimergekit/scripts/mlx_convert.sh — the canonical OmniMergeKit MLX-conversion runner. See MLX_CONVERT.md for the full pin rationale and disk-budget notes.mlx-lm >= 0.30.7 on macOS (M1/M2/M3/M4):pip install -U mlx-lm1from mlx_lm import load, generate
2
3model, tokenizer = load("ManniX-ITA/Qwen3.6-27B-Omnimerge-v4-MLX-4bit")
4prompt = "Write a Rust function that returns the n-th Fibonacci number iteratively."
5print(generate(model, tokenizer, prompt=prompt, max_tokens=512, verbose=True))<think>...</think>); strip them in post-processing or use the chat template that wraps them appropriately.bartowski/Qwen_Qwen3.6-27B-GGUF's mmproj, or run BF16 via transformers.ManniX-ITA/Qwen3.6-27B-Omnimerge-v4ManniX-ITA/Qwen3.6-27B-Omnimerge-v4-GGUFmannix/omnimerge-v4mann1x/omnimergekit