This website requires JavaScript.
Explore
Help
Sign in
core
/
go-mlx
Watch
8
Star
0
Fork
You've already forked go-mlx
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c1baeb9254
go-mlx
/
go.mod
6 lines
92 B
Modula-2
Raw
Normal View
History
Unescape
Escape
feat: extract go-mlx from go-ai as standalone Metal inference package Split mlx/ directory from forge.lthn.ai/core/go-ai into its own module. Rewrites import paths, adds CLAUDE.md/TODO.md/FINDINGS.md for dedicated Claude sessions. Zero external Go deps — pure CGO + mlx-c v0.4.1. Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-19 17:57:37 +00:00
module
forge
.
lthn
.
ai
/
core
/
go
-
mlx
chore: bump go directive to 1.26.0 Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 20:33:48 +00:00
go
1.26
.
0
feat(api): migrate to go-inference shared interfaces Replace local TextModel, Backend, Token, Message, and option types with forge.lthn.ai/core/go-inference. go-mlx is now a pure backend that registers "metal" into the shared inference registry via init(). Deleted: textmodel.go, options.go, backend.go Updated: register_metal.go (implements inference.Backend with Available()), mlx_test.go (uses inference.* types, 4 new tests), go.mod, internal/metal/generate.go (added RepeatPenalty) 159 tests passing (148 internal/metal + 11 root). Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-19 20:15:42 +00:00
chore: bump go-inference to v0.0.3 Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:59:59 +00:00
require
forge
.
lthn
.
ai
/
core
/
go
-
inference
v0
.
0.3
Reference in a new issue
Copy permalink