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: doc/env.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ These environment variables also apply to third-party programs using the C++ int
88
88
**Type**: List of paths, split by `:` on Unix and `;` on Windows
89
89
90
90
List of customized OP plugin libraries to load, such as `/path/to/plugin1.so:/path/to/plugin2.so` on Linux and `/path/to/plugin1.dll;/path/to/plugin2.dll` on Windows.
91
+
:::
91
92
92
93
:::{envvar} DP_PROFILER
93
94
@@ -118,4 +119,4 @@ Tips:
118
119
119
120
- Large runs can generate sizable JSON files; consider limiting numbers of MD steps, like 20.
120
121
- Currently this feature only supports single process, or multi-process runs where each process uses a distinct GPU on the same node.
0 commit comments