Instructions to use OpenMinded-Labs/CodeAiley-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use OpenMinded-Labs/CodeAiley-14B with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir CodeAiley-14B OpenMinded-Labs/CodeAiley-14B
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
Simon van de Loo commited on
Update README
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags: ['mlx', 'qwen2.5', 'coder', 'dora', 'finetuned', '4bit', 'apple-silicon']
|
| 3 |
+
license: other
|
| 4 |
+
library_name: mlx
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# CodeAiley-14B
|
| 8 |
+
|
| 9 |
+
CodeAiley-14B — DoRA-finetuned Qwen2.5-Coder-14B (4-bit MLX). Full code agent with Ailey personality infusion. On-demand loading for heavy code tasks.
|
| 10 |
+
|
| 11 |
+
## Hardware
|
| 12 |
+
|
| 13 |
+
- **Device**: Apple M4 (24 GB unified memory)
|
| 14 |
+
- **Backed up**: 2026-04-07 07:14
|
| 15 |
+
|
| 16 |
+
## Details
|
| 17 |
+
|
| 18 |
+
Part of the Ailey 2.0 project — a fully local AI companion.
|