From ed60e0fe392fcb1769653d44f3e6fcff1e488970 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Mon, 12 Oct 2020 11:17:09 -0700 Subject: [PATCH] Fix BUILD.md environment variable name typo. (#5402) --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index bebc134e33..8f30421af9 100644 --- a/BUILD.md +++ b/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 ```