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 + ...@@ -8,9 +8,9 @@ There are ongoing efforts to support further hardware backends, i.e. Intel CPU +
## API documentation ## API documentation
- [Linear4bit](quantizaton#linear4bit) - [Quantization](quantization)
- [Linear8bit](quantizaton#linear8bit) - [Integrations](integrations)
- [StableEmbedding](optimizers#stableembedding) - [Optimizers](optimizers)
# License # License
......
...@@ -184,7 +184,7 @@ class MyModule(torch.nn.Module): ...@@ -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. 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 [[autodoc]] bitsandbytes.nn.StableEmbedding
- __init__ - __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