Skip to content

0.33.0: Various bug fixes

Choose a tag to compare

@TimDettmers TimDettmers released this 11 Sep 23:15
· 917 commits to main since this release

0.33.0

Various bug fixes

Features:

  • CPU quantization now supports a variable blocksize variable to enhance quantization speed or precision. 19a7adc

Bug fixes:

  • fixed an issue in CPU quantization where tensors with more than 2^31 elements would fail 19a7adc
  • fixed a bug where cpu binaries would fail if no GPU would be detected eab4d82
  • fixed an issue where cpu binaries cause additional stdout messages 92a3363
  • fixed an import of bnb.utils 2e630b5

We thank @mryab, @mbrukman, @chessgecko, @dbaranchuk for pull request with bug fixes and new features.