Skip to content

Commit d584c16

Browse files
committed
comments
1 parent 679b0a2 commit d584c16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/llmcompressor/transformers/obcq/test_consecutive_runs.py

-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def _test_consecutive_runs(
4141
recipe=self.first_recipe,
4242
output_dir=self.output_first,
4343
oneshot_device=self.device,
44-
clear_sparse_session=False,
4544
)
4645

4746
first_model = AutoModelForCausalLM.from_pretrained(
@@ -60,7 +59,6 @@ def _test_consecutive_runs(
6059
session_recipe = session.lifecycle.recipe_container.compiled_recipe
6160
stages = [stage.group for stage in session_recipe.stages]
6261
self.assertEqual(len(stages), 1)
63-
# session.reset()
6462

6563
with create_session():
6664
recipe = infer_recipe_from_model_path(model_path=self.output_first)
@@ -75,7 +73,6 @@ def _test_consecutive_runs(
7573
recipe=self.second_recipe,
7674
output_dir=self.output_second,
7775
oneshot_device=self.device,
78-
clear_sparse_session=False,
7976
)
8077

8178
second_model = AutoModelForCausalLM.from_pretrained(

0 commit comments

Comments
 (0)