"docs/vscode:/vscode.git/clone" did not exist on "2d846263d626b349772bc53315ae7deac1ece844"
Unverified Commit a3155c83 authored by Muyang Li's avatar Muyang Li Committed by GitHub
Browse files

docs: update docs (#533)

parent 2ab560a3
...@@ -15,8 +15,9 @@ author = "Nunchaku Team" ...@@ -15,8 +15,9 @@ author = "Nunchaku Team"
version_path = Path(__file__).parent.parent.parent / "nunchaku" / "__version__.py" version_path = Path(__file__).parent.parent.parent / "nunchaku" / "__version__.py"
version_ns = {} version_ns = {}
exec(version_path.read_text(), {}, version_ns) exec(version_path.read_text(), {}, version_ns)
version = release = version_ns["__version__"] version = version_ns["__version__"]
# release = version version = version.replace("dev", "")
release = version
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
......
Nunchaku Documentation Nunchaku Documentation
====================== ======================
**Nunchaku** is a high-performance inference engine optimized for low-bit diffusion models and LLMs, **Nunchaku** is a high-performance inference engine optimized for low-bit diffusion models and LLMs,
as introduced in our paper `SVDQuant <svdquant_paper>`_. as introduced in our paper `SVDQuant <svdquant_paper_>`_.
Check out `DeepCompressor <deepcompressor_repo>`_ for the quantization library. Check out `DeepCompressor <deepcompressor_repo_>`_ for the quantization library.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
...@@ -36,8 +36,8 @@ Check out `DeepCompressor <deepcompressor_repo>`_ for the quantization library. ...@@ -36,8 +36,8 @@ Check out `DeepCompressor <deepcompressor_repo>`_ for the quantization library.
:caption: Useful Tools :caption: Useful Tools
:titlesonly: :titlesonly:
ComfyUI Support: ComfyUI-nunchaku Plugin <https://github.com/mit-han-lab/ComfyUI-nunchaku> ComfyUI Plugin: ComfyUI-nunchaku <https://github.com/mit-han-lab/ComfyUI-nunchaku>
Customized Model Quantization: DeepCompressor <https://github.com/mit-han-lab/deepcompressor> Custom Model Quantization: DeepCompressor <https://github.com/mit-han-lab/deepcompressor>
Gradio Demos <https://github.com/mit-han-lab/nunchaku/tree/main/app> Gradio Demos <https://github.com/mit-han-lab/nunchaku/tree/main/app>
......
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