Unverified Commit a0fc3db7 authored by Titus's avatar Titus Committed by GitHub
Browse files

docs: fix broken links (#1045)

* add anchor link

* fix typo in link

* links to subheadings don't work
parent bb5f6b97
......@@ -8,9 +8,9 @@ There are ongoing efforts to support further hardware backends, i.e. Intel CPU +
## API documentation
- [Linear4bit](quantizaton#linear4bit)
- [Linear8bit](quantizaton#linear8bit)
- [StableEmbedding](optimizers#stableembedding)
- [Quantization](quantization)
- [Integrations](integrations)
- [Optimizers](optimizers)
# License
......
......@@ -184,7 +184,7 @@ class MyModule(torch.nn.Module):
Here we'll provide further auto-generated API docs soon. Please feel free to contribute doc-strings for the respective optimizers, as `bitsandbytes` is a community effort.
## StableEmbedding
### StableEmbedding[[stable-emb-api]]
[[autodoc]] bitsandbytes.nn.StableEmbedding
- __init__
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment