Foundry Local Release Notes: v0.4 🚀
This release introduces several new features, bug fixes, and improvements to enhance your experience with Foundry Local.
✨ New Features
- New Chat Command: You can now start a new chat within an interactive session using the
/newcommand. This will clear your current chat history, allowing for a fresh start. - Show License: We've added a
foundry --licensecommand to make it easy to display the license information for the Foundry CLI.
🐛 Bug Fixes
- Force Download: A fix has been implemented for the
foundry model download <model> --forcecommand to ensure that any previous downloads are completely cleaned up. - Multi-GPU: A fix has been implemented where
foundry model run <model>-cuda-gpuwould error on a computer with more than one GPU card.
⚙️ Improvements
- Delete All Models: You now have the ability to delete all models from the cache at once by specifying
*as the model name. - Model Alias Support: We've expanded support for model aliases to the
model unloadandcache removecommands. This allows for the selection of the best model for your local machine, similar to how it works withmodel download,model load, andmodel run. - Remove All Models with Alias: The
--alloption has been added to themodel unloadandcache removecommands. This allows you to remove all models from the cache that match a specific model alias. - Interactive Run: The
--interactiveoption has been removed from theruncommand. Arunis now interactive by default unless a--promptis specified. - Model ID Output: The model ID will now be displayed when downloading a model using an alias. This provides clarity on which model was selected for download.
Notes:
- The previous SDK packages are still the latest ones. Install them using:
pip install foundry-local sdkornpm install foundry-local-sdk