mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Fix BUILD.md environment variable name typo. (#5402)
This commit is contained in:
parent
5e48c0fd6c
commit
ed60e0fe39
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -681,7 +681,7 @@ ORT_DEBUG_NODE_IO_DUMP_OUTPUT_DATA=1
|
|||
To specify that node output data should be dumped to files for nodes with name "Foo" or "Bar", set these environment variables:
|
||||
```
|
||||
ORT_DEBUG_NODE_IO_DUMP_OUTPUT_DATA=1
|
||||
ORT_DEBUG_NODE_IO_NODE_NAME_FILTER="Foo;Bar"
|
||||
ORT_DEBUG_NODE_IO_NAME_FILTER="Foo;Bar"
|
||||
ORT_DEBUG_NODE_IO_DUMP_DATA_TO_FILES=1
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue