summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-15Catch OSError with specific error numberTom Aarsen
2022-09-15Prevent OSError when env variables contain long valueTom Aarsen
2022-09-14Bumping version for deployment.Tim Dettmers
2022-09-13Fixed cpu blockwise quantization for small input tensors.Tim Dettmers
2022-09-11Added patch notes.Tim Dettmers
2022-09-11New release with various fixes.Tim Dettmers
2022-09-11Merge branch 'main' of github.com:TimDettmers/bitsandbytes into mainTim Dettmers
2022-09-11Fixed 2^31 max size issue for cpu blockwise quant.Tim Dettmers
2022-09-08Version bump + bnb.utils import fix.Tim Dettmers
2022-09-05Merge pull request #25 from TimDettmers/remove_unused_codeTim Dettmers
Remove unused code, switch to warnings
2022-09-05Merge branch 'main' into remove_unused_codeTim Dettmers
2022-09-05Merge branch 'bugfix_cpu_and_cc' into mainTim Dettmers
2022-09-05Merge pull request #19 from mbrukman/patch-1Tim Dettmers
Add syntax highlighting for BibTeX entries
2022-09-05Merge pull request #13 from chessgecko/patch-1Tim Dettmers
fix param name
2022-08-24Replace print_stderr with warnings.warnMax Ryabinin
2022-08-24Remove unused codeMax Ryabinin
2022-08-230.32.2: cpuonly fix and pascal error message.Tim Dettmers
2022-08-23Fixed issue where Pascal was not displaying proper error.Tim Dettmers
2022-08-23Some initial code. Needs to be tested.Tim Dettmers
2022-08-20Add syntax highlighting for BibTeX entriesMisha Brukman
Also minor punctuation fixes.
2022-08-17fix param nameDavid Silin
2022-08-17Fixed bug in Linear8bitLt, when the bias is None.Tim Dettmers
2022-08-16Added rudimentary LLM.int8() documentation.Tim Dettmers
2022-08-16Enhanced error handling in CUDA SETUP failures.Tim Dettmers
2022-08-16Added fused bias to matmullt.Tim Dettmers
2022-08-16Added fused bias in dequant_mm.Tim Dettmers
2022-08-16Merge branch 'cuda-bin-switch-and-cli' of ↵Tim Dettmers
github.com:TimDettmers/bitsandbytes into cuda-bin-switch-and-cli
2022-08-16Removed storage() from get_ptr; added boilerplate for bias dequant_mm.Tim Dettmers
2022-08-09Added CUDA version warning and fixed cuda_install for 9.2/10.2.Tim Dettmers
2022-08-08Fixed prod Python < 3.7 compatibility in function.py.Tim Dettmers
2022-08-08Removed prod for Python <= 3.7 compatibility.Tim Dettmers
2022-08-07Fixed bug where python -m bitsandbytes was failing.Tim Dettmers
2022-08-06Removed faulty asserts.Tim Dettmers
2022-08-05Added the case that all env variables are empty (CUDA docker).Tim Dettmers
2022-08-05Bumping version for TestPyPi release.Tim Dettmers
2022-08-05Now determining cuda version via libcudart.so call.Tim Dettmers
2022-08-04Fixed bugs in cuda setup.Tim Dettmers
2022-08-04Merge branch 'debug' into cuda-bin-switch-and-cliTim Dettmers
2022-08-04Added pre/post device call for extract outliers.Tim Dettmers
2022-08-04Merge branch 'extract_outliers' into debugTim Dettmers
2022-08-04Added pre and post device call to transform.Tim Dettmers
2022-08-03Removed print statement.Tim Dettmers
2022-08-03Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].Tim Dettmers
2022-08-03Added CUDA block assert and is_on_gpu check.Tim Dettmers
2022-08-02tentative refactoring of the compute capabilities codeTitus von Koeller
2022-08-02factored cuda_setup.main out into smaller modules and functionsTitus von Koeller
2022-08-02move cuda_setup code into subpackageTitus von Koeller
2022-08-01Fixed syntax error; bumped revision for beta release.Tim Dettmers
2022-08-01Added some more docs and comments.Tim Dettmers
2022-08-01Added full env variable search; CONDA_PREFIX priority.Tim Dettmers