Skip to content

Commit c53abf3

Browse files
authored
Merge pull request #23 from eltociear/patch-1
chore: update search.py
2 parents efa4917 + d570ace commit c53abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepcompressor/calib/search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def calibrate(
647647
eval_kwargs=eval_kwargs,
648648
**kwargs,
649649
)
650-
self.logger.debug(f"+ finished reseting calibrator, ram usage: {psutil.virtual_memory().percent}")
650+
self.logger.debug(f"+ finished resetting calibrator, ram usage: {psutil.virtual_memory().percent}")
651651
gc.collect()
652652
torch.cuda.empty_cache()
653653
if self.tensor_type == TensorType.Weights:

0 commit comments

Comments
 (0)