We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66709b commit 8f60186Copy full SHA for 8f60186
docs/source/en/_toctree.yml
@@ -188,6 +188,8 @@
188
title: torchao
189
- local: quantization/quanto
190
title: quanto
191
+ - local: quantization/modelopt
192
+ title: NVIDIA ModelOpt
193
194
- title: Model accelerators and hardware
195
isExpanded: false
setup.py
@@ -132,7 +132,7 @@
132
"gguf>=0.10.0",
133
"torchao>=0.7.0",
134
"bitsandbytes>=0.43.3",
135
- "nvidia_modelopt[hf]>=0.27.0",
+ "nvidia_modelopt[hf]>=0.33.1",
136
"regex!=2019.12.17",
137
"requests",
138
"tensorboard",
0 commit comments