We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae7c6b commit 213b10bCopy full SHA for 213b10b
docs/source/reference/functional.mdx
@@ -37,7 +37,12 @@ The `bitsandbytes.functional` API provides the low-level building blocks for the
37
38
[[autodoc]] functional.QuantState
39
40
-## General Quantization
+## Dynamic 8-bit Quantization
41
+
42
+Primitives used in the 8-bit optimizer quantization.
43
44
+For more details see (8-Bit Approximations for Parallelism in Deep Learning)[https://arxiv.org/abs/1511.04561]
45
46
[[autodoc]] functional.dequantize_blockwise
47
48
[[autodoc]] functional.quantize_blockwise
0 commit comments