We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6506f commit aa9ebfdCopy full SHA for aa9ebfd
torchsnapshot/scheduler.py
@@ -49,7 +49,7 @@ def get_process_memory_budget_bytes(pg: PGWrapper) -> int:
49
os.environ["TORCHSNAPSHOT_PER_RANK_MEMORY_BUDGET_BYTES"]
50
)
51
logger.info(
52
- "Manually set process memory budget to {memory_budget_bytes} bytes."
+ f"Manually set process memory budget to {memory_budget_bytes} bytes."
53
54
return memory_budget_bytes
55
except Exception as e:
0 commit comments