"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "a1b30f102be4989fb31132f11415c9dcd2ab2705"
Unverified Commit 3c3c46f5 authored by Siddharth Jain's avatar Siddharth Jain Committed by GitHub
Browse files

Typo fix in 04-onnx-export (#6595)

parent 93c5c9a5
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
" \n", " \n",
" assert provider in get_all_providers(), f\"provider {provider} not found, {get_all_providers()}\"\n", " assert provider in get_all_providers(), f\"provider {provider} not found, {get_all_providers()}\"\n",
"\n", "\n",
" # Few properties than might have an impact on performances (provided by MS)\n", " # Few properties that might have an impact on performances (provided by MS)\n",
" options = SessionOptions()\n", " options = SessionOptions()\n",
" options.intra_op_num_threads = 1\n", " options.intra_op_num_threads = 1\n",
"\n", "\n",
...@@ -489,4 +489,4 @@ ...@@ -489,4 +489,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 1 "nbformat_minor": 1
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment