Skip to content

Commit 3d0072a

Browse files
authored
add missed separator
1 parent 9293e99 commit 3d0072a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/env.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ These environment variables also apply to third-party programs using the C++ int
8888
**Type**: List of paths, split by `:` on Unix and `;` on Windows
8989

9090
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+
:::
9192

9293
:::{envvar} DP_PROFILER
9394

@@ -118,4 +119,4 @@ Tips:
118119

119120
- Large runs can generate sizable JSON files; consider limiting numbers of MD steps, like 20.
120121
- Currently this feature only supports single process, or multi-process runs where each process uses a distinct GPU on the same node.
121-
:::
122+
:::

0 commit comments

Comments
 (0)