Migrating to BitsAndBytes 0.45.1
Version 0.45.1 introduces 1 breaking change. This guide details how to update your code.
Released: 1/23/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
triton.opsBreaking Changes
●Issue #1
The minimum required PyTorch version has been increased to 2.0.0. Users on older PyTorch versions must upgrade to 2.0.0 or newer to use this release.
Migration Steps
- 1Ensure your PyTorch installation is version 2.0.0 or higher.
Release Summary
This patch release focuses on dependency compatibility, notably setting the minimum PyTorch version to 2.0.0 and ensuring compatibility with triton>=3.2.0. It also includes build system updates and packaging cleanup.
Need More Details?
View the full release notes and all changes for BitsAndBytes 0.45.1.
View Full Changelog