mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-24 22:17:32 +00:00
Update parity_check_helper.py (#9884)
This commit is contained in:
parent
f60a287a64
commit
9e7d52a801
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def environ_setting_nodes(node_name_filter=None, node_type_filter=None):
|
|||
|
||||
def environ_setting_paths(output_path):
|
||||
# Set dumping values to files as default
|
||||
os.environ["ORT_DEBUG_NODE_IO_DUMP_DATA_TO_FILES"] = NON_ZERO_VALUE
|
||||
os.environ["ORT_DEBUG_NODE_IO_DUMP_DATA_DESTINATION"] = "files"
|
||||
os.environ["ORT_DEBUG_NODE_IO_OUTPUT_DIR"] = output_path
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue