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 c1e53b1 commit 4efaf26Copy full SHA for 4efaf26
examples/llama_1.1b/ex_llmcompressor_quantization.py
@@ -24,7 +24,7 @@
24
from pathlib import Path
25
26
import torch
27
-from llmcompressor.transformers import oneshot
+from llmcompressor import oneshot
28
29
30
recipe = str(Path(__file__).parent / "example_quant_recipe.yaml")
0 commit comments