Skip to content

Commit b66249e

Browse files
committed
Fix typo and apply pre-commit
1 parent a071556 commit b66249e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LOGGING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python train.py
2121

2222
| Level | Name | Features | Use Case |
2323
|-------|------|----------|----------|
24-
| **0** | Disabled (Default) | No logging (zero overhad) | Production |
24+
| **0** | Disabled (Default) | No logging (zero overhead) | Production |
2525
| **1** | Function Names | Function names only | Basic tracing |
2626
| **3** | Inputs/Outputs | Function names + arguments + outputs with metadata | Standard debugging |
2727
| **5** | Statistics | Level 3 + tensor statistics (min, max, mean, NaN/Inf counts) | Numerical analysis |
@@ -80,4 +80,4 @@ torchrun --nproc_per_node=8 awesome_script_that_uses_FlashInfer.py
8080

8181
### Q: Does Level 0 really have zero overhead?
8282

83-
**A: Yes.** At Level 0, the decorator returns the original function unchanged. No wrapper, no checks, no overhead.
83+
**A: Yes.** At Level 0, the decorator returns the original function unchanged. No wrapper, no checks, no overhead.

0 commit comments

Comments
 (0)