Skip to content

Commit 203b4c4

Browse files
committed
make linter happy
1 parent eab78ac commit 203b4c4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/developer/contribution_guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Contribution Guide
44
==================
55

6-
Welcome to **Nunchaku**! We appreciate your interest in contributing.
7-
This guide outlines how to set up your environment, run tests, and submit a Pull Request (PR).
8-
Whether you're fixing a minor bug or implementing a major feature, we encourage you to
6+
Welcome to **Nunchaku**! We appreciate your interest in contributing.
7+
This guide outlines how to set up your environment, run tests, and submit a Pull Request (PR).
8+
Whether you're fixing a minor bug or implementing a major feature, we encourage you to
99
follow these steps for a smooth and efficient contribution process.
1010

1111
🚀 Setting Up & Building from Source
@@ -63,7 +63,7 @@ Running the Tests
6363
6464
.. note::
6565

66-
``$YOUR_HF_TOKEN`` refers to your Hugging Face access token, required to download models and datasets.
66+
``$YOUR_HF_TOKEN`` refers to your Hugging Face access token, required to download models and datasets.
6767
You can create one at https://huggingface.co/settings/tokens.
6868
If you've already logged in using ``huggingface-cli login``,
6969
you can skip setting this environment variable.

docs/source/faq/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Which model should I choose: INT4 or FP4?
55
-----------------------------------------
66

77
- For **Blackwell GPUs** (such as the RTX 50-series), we recommend using our **FP4** models for optimal compatibility and performance.
8-
- For all other GPUs, please use our **INT4** models.
8+
- For all other GPUs, please use our **INT4** models.

docs/source/faq/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ If you encounter out-of-memory errors or notice that model loading is unusually
1616
Why do the same seeds produce slightly different images with Nunchaku?
1717
----------------------------------------------------------------------
1818

19-
This behavior is due to minor precision noise introduced by the GPU’s accumulation order.
19+
This behavior is due to minor precision noise introduced by the GPU’s accumulation order.
2020
Because modern GPUs execute operations out of order for better performance, small variations in output can occur, even with the same seed.
2121
Enforcing strict accumulation order would reduce this variability but significantly hurt performance, so we do not plan to change this behavior.
2222

2323
.. note::
2424

25-
**Related issues:** :nunchaku-issue:`229`, :nunchaku-issue:`294`
25+
**Related issues:** :nunchaku-issue:`229`, :nunchaku-issue:`294`

0 commit comments

Comments
 (0)