Skip to content

afm-next (20260621 · 97e6683)

Pre-release
Pre-release

Choose a tag to compare

@scouzi1966 scouzi1966 released this 21 Jun 00:33
· 12 commits to main since this release

Nightly build from main branch.

  • Commit: 97e6683
  • Date: 20260621
  • Version: 0.9.13-next.97e6683.20260621

This is an unstable development build. For the latest stable release, use brew install scouzi1966/afm/afm.

Changes since last build (a92a0fe)

  • fix(test): repair EmbeddingsControllerTests against resolver-based init (97e6683)
  • feat(model): add cohere2_moe (Cohere North-Mini-Code) with all-mode correctness (#139) (4e46bc5)
  • docs(skill): nightly Step 4b also bumps the pinned pip wheel example in README (d2437d8)
  • docs(README): bump pinned pip nightly example to dev20260614 (2880dd4)
  • Update nightly release link to 20260614-a92a0fe (22e4aff)

Install / Upgrade

Homebrew

brew tap scouzi1966/afm
brew install scouzi1966/afm/afm-next    # fresh install
brew upgrade afm-next                    # upgrade existing
brew reinstall afm-next                  # force reinstall (same version, new build)

pip

pip install --extra-index-url https://maclocal-ai.pages.dev/afm/wheels/simple/ macafm-next

Switching between stable and nightly

# Homebrew
brew unlink afm && brew install scouzi1966/afm/afm-next   # switch to nightly
brew unlink afm-next && brew link afm                      # switch back to stable

# pip
pip install macafm          # stable
pip install --extra-index-url https://maclocal-ai.pages.dev/afm/wheels/simple/ macafm-next   # nightly