Skip to content

Commit 34b6ac7

Browse files
felipemello1Felipe Mello
andauthored
disable time cuda (#275)
Co-authored-by: Felipe Mello <[email protected]>
1 parent 67cf003 commit 34b6ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forge/observability/perf_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(
106106

107107
self.prefix = prefix
108108
self.track_memory = track_memory
109-
self.time_with_gpu = timer == "gpu"
109+
self.time_with_gpu = False # timer == "gpu"
110110
self._disable = os.getenv(DISABLE_PERF_METRICS, "false") == "true"
111111
self._active = False
112112

0 commit comments

Comments
 (0)