mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 18:22:34 +06:00
Typo fix in 04-onnx-export (#6595)
This commit is contained in:
parent
93c5c9a528
commit
3c3c46f563
@ -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 @@
|
|||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 1
|
"nbformat_minor": 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user