ToPo-ToPo's picture
Add files using upload-large-folder tool
28e88c4 verified
|
Raw
History Blame Contribute Delete
919 Bytes
---
license: mit
base_model: deepreinforce-ai/Ornith-1.0-9B
library_name: mlx
tags:
- mlx
- vision
pipeline_tag: image-text-to-text
---
# ToPo-ToPo/Ornith-1.0-9B-mlx-8bit
MLX **8bit** conversion of [`deepreinforce-ai/Ornith-1.0-9B`](https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B) for Apple Silicon (mlx-vlm).
## Provenance (self-converted from official weights)
- Source: [`deepreinforce-ai/Ornith-1.0-9B`](https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B) (license: mit)
- Tool: `mlx-vlm 0.6.3``mlx_vlm.convert --hf-path deepreinforce-ai/Ornith-1.0-9B --mlx-path . -q --q-bits 8 --q-group-size 64`
- Effective: **8.864 bits/weight**
- Validation: reproduced geometrically exact CAD output in an agentic CAD+FEM pipeline
(volumes match the reference mlx-community conversion).
## Usage
```python
from mlx_vlm import load, generate
model, processor = load("ToPo-ToPo/Ornith-1.0-9B-mlx-8bit")
```