SPB Git

spb/zyquo-mlx Public MIT

The local MLX foundry for your Mac — run, fine-tune, quantize, and ship models. Nothing leaves your machine.

Swift 93.4% Python 3.8% Makefile 2.2% Shell 0.5%
561 B · 50 lines text
Raw Blame History
1#2#  .gitignore3#  Zyquo MLX4#5#  Author: Simon-Pierre Boucher6#  Mail: contact@spboucher.ai7#89# Build artifacts10.build/11build/12dist/13*.app14*.dmg15*.zip16*.icns1718# SPM / Xcode leftovers (no IDE, but keep clean anyway)19.swiftpm/20*.xcodeproj/21*.xcworkspace/22DerivedData/2324# Model weights, datasets, checkpoints, runs — NEVER commit25*.safetensors26*.gguf27*.npz28*.bin29Models/30Datasets/31Runs/32Checkpoints/33adapters/3435# Python environments36.venv/37venv/38__pycache__/39*.pyc4041# Secrets42*.p1243*.cer44*.provisionprofile45.env4647# macOS48.DS_Store49assets/icon/AppIcon.iconset/50