Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Dec 4, 2024
1 parent 1ae7c6b commit 213b10b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/reference/functional.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ The `bitsandbytes.functional` API provides the low-level building blocks for the

[[autodoc]] functional.QuantState

## General Quantization
## Dynamic 8-bit Quantization

Primitives used in the 8-bit optimizer quantization.

For more details see (8-Bit Approximations for Parallelism in Deep Learning)[https://arxiv.org/abs/1511.04561]

[[autodoc]] functional.dequantize_blockwise

[[autodoc]] functional.quantize_blockwise
Expand Down

0 comments on commit 213b10b

Please sign in to comment.