summaryrefslogtreecommitdiff
path: root/bitsandbytes/nn
AgeCommit message (Collapse)Author
2022-08-23add memory efficient backwarddbaranchuk
2022-08-17Fixed bug in Linear8bitLt, when the bias is None.Tim Dettmers
2022-08-16Added fused bias to matmullt.Tim Dettmers
2022-08-01reran black with linelength 80 for greater readabilityTitus von Koeller
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-07-22Most tests passing.Tim Dettmers
2022-06-30Remove unused imports, fix NotImplementedErrorMax Ryabinin
2021-11-29Added module override, bnb.nn.Embedding #13 #15 #19Tim Dettmers
2021-11-15[FIX] passing of sparse in StableEmbeddingRobin Schmidt
2021-10-05Initial commitTim Dettmers