v0.0.8.3-metal
·
988 commits
to main
since this release
What's New ✨
- Added image generation model support: SD3 and Flux (#75)
- Added NLP model support: OpenELM and Phi3.5
- Implemented logits through API (#67)
Improvements 🔧
Fixes 🐞
Upgrade Guide 📝
To upgrade the NexaAI SDK for GPU use with Metal on macOS, follow these steps:
-
Open a terminal.
-
Run the following command:
CMAKE_ARGS="-DGGML_METAL=ON -DSD_METAL=ON" pip install -U nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/metal --extra-index-url https://pypi.org/simple --no-cache-dir
This command will upgrade your existing NexaAI SDK installation to the latest Metal-compatible version.
Note
If you encounter any issues or want to ensure a clean installation:
-
Uninstall the current version:
pip uninstall nexaai
-
Reinstall the package using this command:
CMAKE_ARGS="-DGGML_METAL=ON -DSD_METAL=ON" pip install nexaai --prefer-binary --index-url https://nexaai.github.io/nexa-sdk/whl/metal --extra-index-url https://pypi.org/simple --no-cache-dir
For more detailed installation instructions, please refer to the Installation section in the README.