Skip to content

Commit

Permalink
Bumped version. Fixes for diverse issues relating CUDA SETUP.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDettmers committed Oct 24, 2022
1 parent df86625 commit 62e1649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,8 @@ Bug fixes:
- fixed a bug where too long directory names would crash the CUDA SETUP #35 (thank you @tomaarsen)
- fixed a bug where CPU installations on Colab would run into an error #34 (thank you @tomaarsen)
- fixed an issue where the default CUDA version with fast-DreamBooth was not supported #52

### 0.35.1

Bug fixes:
- Fixed a problem where warning messages would be displayed even though everything worked correctly.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):

setup(
name=f"bitsandbytes",
version=f"0.35.0",
version=f"0.35.1",
author="Tim Dettmers",
author_email="[email protected]",
description="8-bit optimizers and matrix multiplication routines.",
Expand Down

0 comments on commit 62e1649

Please sign in to comment.