Native Apple Metal GPU inference via mlx-c bindings
Find a file
Snider 015ebbc2ac chore: add gitignore entries for IDE/build artifacts
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 09:15:25 +00:00
cpp fix(metal): address 4 minor code review items 2026-02-19 21:36:40 +00:00
docs/plans docs: batch inference API design (Phase 5) 2026-02-19 23:18:38 +00:00
internal/metal feat(metal): expose model metadata via Info() 2026-02-19 23:36:23 +00:00
mlxlm feat(mlxlm): Phase 5.5 — subprocess backend using Python mlx-lm 2026-02-20 09:02:30 +00:00
.gitignore chore: add gitignore entries for IDE/build artifacts 2026-02-20 09:15:25 +00:00
CLAUDE.md feat(api): migrate to go-inference shared interfaces 2026-02-19 20:15:42 +00:00
CMakeLists.txt feat: extract go-mlx from go-ai as standalone Metal inference package 2026-02-19 17:57:37 +00:00
FINDINGS.md fix(metal): address 4 minor code review items 2026-02-19 21:36:40 +00:00
go.mod feat(api): migrate to go-inference shared interfaces 2026-02-19 20:15:42 +00:00
mlx.go docs: expand package doc with workflow examples 2026-02-19 23:44:07 +00:00
mlx_stub.go feat: extract go-mlx from go-ai as standalone Metal inference package 2026-02-19 17:57:37 +00:00
mlx_test.go feat: add model discovery test and update TODO 2026-02-19 23:37:37 +00:00
register_metal.go feat(metal): expose model metadata via Info() 2026-02-19 23:36:23 +00:00
TODO.md feat(mlxlm): Phase 5.5 — subprocess backend using Python mlx-lm 2026-02-20 09:02:30 +00:00