logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install maderix/ANE. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

maderix/ANE Installation Guide

How to install maderix/ANE. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for maderix/ANE. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i maderix/ANE
or

Install via npx

npx @hexmos/ipm i maderix/ANE

Prerequisites

macOS

operating_system

Version: 15+

Apple Silicon

hardware

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Build Dynamic Pipeline (Recommended)

git clone https://github.com/maderix/ANE

cd ANE

cd training

bash download_data.sh

cd training_dynamic

make MODEL=stories110m

./train --scratch

Build Dynamic Pipeline (Qwen3-0.6B)

git clone https://github.com/maderix/ANE

cd ANE

cd training

bash download_data.sh

cd training_dynamic

make MODEL=qwen3_06b

./train --scratch

Build Static Pipeline (Legacy)

git clone https://github.com/maderix/ANE

cd ANE

cd training

bash download_data.sh

make train_large

./train_large ane_stories110M_ckpt.bin 256 100 1e-4

Build INT8 Benchmark

git clone https://github.com/maderix/ANE

cd ANE

xcrun clang -O2 -fobjc-arc -framework Foundation -framework IOSurface -ldl -o ane_int8_bench ane_int8_bench.m

./ane_int8_bench

Build Bridge Library

git clone https://github.com/maderix/ANE

cd ANE

cd bridge

make