Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
a3155c83
Unverified
Commit
a3155c83
authored
Jul 14, 2025
by
Muyang Li
Committed by
GitHub
Jul 14, 2025
Browse files
docs: update docs (#533)
parent
2ab560a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
docs/source/conf.py
docs/source/conf.py
+3
-2
docs/source/index.rst
docs/source/index.rst
+4
-4
No files found.
docs/source/conf.py
View file @
a3155c83
...
...
@@ -15,8 +15,9 @@ author = "Nunchaku Team"
version_path
=
Path
(
__file__
).
parent
.
parent
.
parent
/
"nunchaku"
/
"__version__.py"
version_ns
=
{}
exec
(
version_path
.
read_text
(),
{},
version_ns
)
version
=
release
=
version_ns
[
"__version__"
]
# release = version
version
=
version_ns
[
"__version__"
]
version
=
version
.
replace
(
"dev"
,
""
)
release
=
version
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
...
...
docs/source/index.rst
View file @
a3155c83
Nunchaku Documentation
======================
**Nunchaku** is a high-performance inference engine optimized for low-bit diffusion models and LLMs,
as introduced in our paper `SVDQuant <svdquant_paper>`_.
Check out `DeepCompressor <deepcompressor_repo>`_ for the quantization library.
as introduced in our paper `SVDQuant <svdquant_paper
_
>`_.
Check out `DeepCompressor <deepcompressor_repo
_
>`_ for the quantization library.
.. toctree::
:maxdepth: 2
...
...
@@ -36,8 +36,8 @@ Check out `DeepCompressor <deepcompressor_repo>`_ for the quantization library.
:caption: Useful Tools
:titlesonly:
ComfyUI
Support
: ComfyUI-nunchaku
Plugin
<https://github.com/mit-han-lab/ComfyUI-nunchaku>
Custom
ized
Model Quantization: DeepCompressor <https://github.com/mit-han-lab/deepcompressor>
ComfyUI
Plugin
: ComfyUI-nunchaku <https://github.com/mit-han-lab/ComfyUI-nunchaku>
Custom Model Quantization: DeepCompressor <https://github.com/mit-han-lab/deepcompressor>
Gradio Demos <https://github.com/mit-han-lab/nunchaku/tree/main/app>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment