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/ANEor
Install via npx
npx @hexmos/ipm i maderix/ANEPrerequisites
macOS
operating_systemVersion: 15+
Apple Silicon
hardwareManual 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 --scratchBuild 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 --scratchBuild 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-4Build 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_benchBuild Bridge Library
git clone https://github.com/maderix/ANE
cd ANE
cd bridge
make