Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-26 | Replace seemingly incorrect use of CUDA_RUNTIME_LIB | Tom Aarsen | |
2022-10-26 | Resolve cases of CUDASetup.get_instance not being called when used | Tom Aarsen | |
2022-10-25 | Added CUDA SETUP instruction generator. | Tim Dettmers | |
2022-10-24 | Isolated CUDASetup logging; all tests green. | Tim Dettmers | |
2022-10-09 | Merge pull request #36 from tomaarsen/hotfix/os_error_name_too_long | Tim Dettmers | |
Fixes `OSError: File name too long` when environment variable is too long | |||
2022-10-09 | Merge pull request #37 from tomaarsen/hotfix/colab_just_cpu | Tim Dettmers | |
Perform check using implicit list length | |||
2022-09-20 | review | Tim Dettmers | |
2022-09-18 | debug | justheuristic | |
2022-09-18 | debug | justheuristic | |
2022-09-18 | debugprint | justheuristic | |
2022-09-18 | debugpritn | justheuristic | |
2022-09-18 | add memory efficient backward | justheuristic | |
2022-09-18 | reduce diff | justheuristic | |
2022-09-18 | rollback | justheuristic | |
2022-09-18 | addmm_ | justheuristic | |
2022-09-18 | cast edge case | justheuristic | |
2022-09-18 | cast edge case | justheuristic | |
2022-09-18 | cast properly | justheuristic | |
2022-09-18 | cast properly | justheuristic | |
2022-09-18 | cast properly | justheuristic | |
2022-09-18 | debug asset | justheuristic | |
2022-09-18 | matmul -1- addmm | justheuristic | |
2022-09-18 | safer cast | justheuristic | |
2022-09-18 | change typecast behavior | justheuristic | |
2022-09-18 | change typecast behavior | justheuristic | |
2022-09-18 | change typecast behavior | justheuristic | |
2022-09-18 | change typecast behavior | justheuristic | |
2022-09-18 | change typecast behavior | justheuristic | |
2022-09-18 | debug assert | justheuristic | |
2022-09-18 | debug assert | justheuristic | |
2022-09-17 | change order | justheuristic | |
2022-09-17 | change order | justheuristic | |
2022-09-17 | un-fuse bias | justheuristic | |
2022-09-17 | un-fuse bias | justheuristic | |
2022-09-17 | un-fuse bias | justheuristic | |
2022-09-17 | cast bias too | justheuristic | |
2022-09-17 | recast to fp16 | justheuristic | |
2022-09-17 | clearer assertions | justheuristic | |
2022-09-17 | some kind of warning or something when this is first executed to make people ↵ | justheuristic | |
aware that a cast happens and the operation quantization is performed in fp16. | |||
2022-09-17 | Merge branch 'TimDettmers:main' into memory-efficient-backward | justheuristic | |
2022-09-15 | Perform check using implicit list length | Tom Aarsen | |
Instead of 'ccs is not None', as ccs is always a list, so this if is currently always True | |||
2022-09-15 | Catch OSError with specific error number | Tom Aarsen | |
2022-09-15 | Prevent OSError when env variables contain long value | Tom Aarsen | |
2022-09-11 | Merge branch 'main' of github.com:TimDettmers/bitsandbytes into main | Tim Dettmers | |
2022-09-11 | Fixed 2^31 max size issue for cpu blockwise quant. | Tim Dettmers | |
2022-09-11 | bug fix | dbaranchuk | |
2022-09-11 | refactoring | dbaranchuk | |
2022-09-11 | refactoring | dbaranchuk | |
2022-09-11 | clarified an exception message | dbaranchuk | |
2022-09-11 | add memory effcient backward option | dbaranchuk | |