Skip to content

Commit 4efaf26

Browse files
remove llmcompressor.transformers.oneshot references (#422)
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent c1e53b1 commit 4efaf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llama_1.1b/ex_llmcompressor_quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from pathlib import Path
2525

2626
import torch
27-
from llmcompressor.transformers import oneshot
27+
from llmcompressor import oneshot
2828

2929

3030
recipe = str(Path(__file__).parent / "example_quant_recipe.yaml")

0 commit comments

Comments
 (0)