Skip to content

Commit 3f4093e

Browse files
Minor doc revisions
1 parent 483cc20 commit 3f4093e

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

docs/source/contributing.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Contributors guidelines
2-
... still under construction ... (feel free to propose materials, `bitsandbytes` is a community project)
1+
# Contribution Guide
32

43
## Setup
54

docs/source/faqs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
Please submit your questions in [this Github Discussion thread](https://github.com/bitsandbytes-foundation/bitsandbytes/discussions/1013) if you feel that they will likely affect a lot of other users and that they haven't been sufficiently covered in the documentation.
44

55
We'll pick the most generally applicable ones and post the QAs here or integrate them into the general documentation (also feel free to submit doc PRs, please).
6-
7-
# ... under construction ...

docs/source/reference/functional.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ The `bitsandbytes.functional` API provides the low-level building blocks for the
99
* For experimental or research purposes requiring non-standard quantization or performance optimizations.
1010

1111
## LLM.int8()
12-
[[autodoc]] functional.int8_double_quant
13-
1412
[[autodoc]] functional.int8_linear_matmul
1513

1614
[[autodoc]] functional.int8_mm_dequant
@@ -19,7 +17,6 @@ The `bitsandbytes.functional` API provides the low-level building blocks for the
1917

2018
[[autodoc]] functional.int8_vectorwise_quant
2119

22-
2320
## 4-bit
2421
[[autodoc]] functional.dequantize_4bit
2522

@@ -49,5 +46,3 @@ For more details see [8-Bit Approximations for Parallelism in Deep Learning](htt
4946

5047
## Utility
5148
[[autodoc]] functional.get_ptr
52-
53-
[[autodoc]] functional.is_on_gpu

0 commit comments

Comments
 (0)