We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa4917 + d570ace commit c53abf3Copy full SHA for c53abf3
deepcompressor/calib/search.py
@@ -647,7 +647,7 @@ def calibrate(
647
eval_kwargs=eval_kwargs,
648
**kwargs,
649
)
650
- self.logger.debug(f"+ finished reseting calibrator, ram usage: {psutil.virtual_memory().percent}")
+ self.logger.debug(f"+ finished resetting calibrator, ram usage: {psutil.virtual_memory().percent}")
651
gc.collect()
652
torch.cuda.empty_cache()
653
if self.tensor_type == TensorType.Weights:
0 commit comments