Skip to content

Commit 02aa93b

Browse files
committed
Tooltip update
1 parent b94c574 commit 02aa93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_cellseg3d/code_models/model_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def get_device(show=True):
337337
def empty_cuda_cache(self):
338338
"""Empties the cuda cache if the device is a cuda device"""
339339
if self.get_device(show=False).type == "cuda":
340-
logger.info("Attempting to empty cache...")
340+
logger.info("Emptying cache...")
341341
torch.cuda.empty_cache()
342342
logger.info("Attempt complete : Cache emptied")
343343

0 commit comments

Comments
 (0)