Skip to content

Commit 8ca8fd3

Browse files
authored
Update test_consecutive_runs.py (#1366)
- Revert num_calibration samples
1 parent 577c29f commit 8ca8fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmcompressor/transformers/obcq/test_consecutive_runs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ def setUp(self):
160160
self.output_second = Path(self.output) / "test_2"
161161

162162
def test_consecutive_runs_gpu(self):
163-
self._test_consecutive_runs(tolerance=1e-0, num_calibration_samples=1)
163+
self._test_consecutive_runs(tolerance=1e-0)

0 commit comments

Comments
 (0)