File tree 1 file changed +0
-3
lines changed
tests/llmcompressor/transformers/obcq
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ def _test_consecutive_runs(
41
41
recipe = self .first_recipe ,
42
42
output_dir = self .output_first ,
43
43
oneshot_device = self .device ,
44
- clear_sparse_session = False ,
45
44
)
46
45
47
46
first_model = AutoModelForCausalLM .from_pretrained (
@@ -60,7 +59,6 @@ def _test_consecutive_runs(
60
59
session_recipe = session .lifecycle .recipe_container .compiled_recipe
61
60
stages = [stage .group for stage in session_recipe .stages ]
62
61
self .assertEqual (len (stages ), 1 )
63
- # session.reset()
64
62
65
63
with create_session ():
66
64
recipe = infer_recipe_from_model_path (model_path = self .output_first )
@@ -75,7 +73,6 @@ def _test_consecutive_runs(
75
73
recipe = self .second_recipe ,
76
74
output_dir = self .output_second ,
77
75
oneshot_device = self .device ,
78
- clear_sparse_session = False ,
79
76
)
80
77
81
78
second_model = AutoModelForCausalLM .from_pretrained (
You can’t perform that action at this time.
0 commit comments