Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docs/source/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,22 @@
- local: using-diffusers/image_quality
title: FreeU

- title: Quantization
isExpanded: false
sections:
- local: quantization/overview
title: Overview
- local: quantization/bitsandbytes
title: bitsandbytes
- local: quantization/gguf
title: gguf
- local: quantization/torchao
title: torchao
- local: quantization/quanto
title: quanto
- local: quantization/modelopt
title: NVIDIA ModelOpt

- title: Hybrid Inference
isExpanded: false
sections:
Expand Down Expand Up @@ -171,22 +187,6 @@
- local: training/ddpo
title: Reinforcement learning training with DDPO

- title: Quantization
isExpanded: false
sections:
- local: quantization/overview
title: Getting started
- local: quantization/bitsandbytes
title: bitsandbytes
- local: quantization/gguf
title: gguf
- local: quantization/torchao
title: torchao
- local: quantization/quanto
title: quanto
- local: quantization/modelopt
title: NVIDIA ModelOpt

- title: Model accelerators and hardware
isExpanded: false
sections:
Expand Down
Loading