You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,11 @@ setting the following environment variable:
264
264
NAVIGATOR_USE_MULTIPROCESSING=False
265
265
```
266
266
267
+
## GPU and Host memory logging
268
+
By default GPU and Host memory usage logs are saved in main `navigator.log` file.
269
+
270
+
Environment variable `NAVIGATOR_USE_SEPARATE_GPU_MEMORY_LOG_FILE=true` allows to redirect memory use logs to separate `gpu_memory.log` file for better log separation.
271
+
267
272
## Examples
268
273
269
274
We offer comprehensive, step-by-step [guides](examples) that showcase the utilization of the Triton Model Navigator’s
0 commit comments