Skip to content

Commit

Permalink
cleaned up error msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreau89 committed Feb 10, 2022
1 parent 916ab89 commit 36881c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/python/inference/notebooks/onnxruntime-tvm-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"[13:00:57] /home/agladyshev/workspace/onnxruntime/onnxruntime/core/providers/tvm/tvm_execution_provider.cc:480: TVM EP options:\n",
"/home/onnxruntime/onnxruntime/core/providers/tvm/tvm_execution_provider.cc:480: TVM EP options:\n",
"target: llvm -mcpu=skylake-avx512\n",
"target_host: llvm -mcpu=skylake-avx512\n",
"opt level: 3\n",
Expand All @@ -315,7 +315,7 @@
"convert layout to NHWC: 0\n",
"input tensor names: \n",
"input tensor shapes: \n",
"/home/agladyshev/workspace/tvm/python/tvm/relay/build_module.py:414: UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead.\n",
"/home/tvm/python/tvm/relay/build_module.py:414: UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead.\n",
" warnings.warn(\n"
]
},
Expand Down Expand Up @@ -365,7 +365,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"[13:00:59] /home/agladyshev/workspace/onnxruntime/onnxruntime/core/providers/tvm/tvm_execution_provider.cc:480: TVM EP options:\n",
"/home/onnxruntime/onnxruntime/core/providers/tvm/tvm_execution_provider.cc:480: TVM EP options:\n",
"target: llvm -mcpu=skylake-avx512\n",
"target_host: llvm -mcpu=skylake-avx512\n",
"opt level: 3\n",
Expand All @@ -375,7 +375,7 @@
"convert layout to NHWC: 0\n",
"input tensor names: \n",
"input tensor shapes: \n",
"/home/agladyshev/workspace/tvm/python/tvm/driver/build_module.py:235: UserWarning: Specifying name with IRModule input is useless\n",
"/home/tvm/python/tvm/driver/build_module.py:235: UserWarning: Specifying name with IRModule input is useless\n",
" warnings.warn(\"Specifying name with IRModule input is useless\")\n",
"One or more operators have not been tuned. Please tune your model for better performance. Use DEBUG logging level to see more details.\n"
]
Expand Down Expand Up @@ -448,7 +448,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"[13:01:27] /home/agladyshev/workspace/onnxruntime/onnxruntime/core/providers/tvm/tvm_execution_provider.cc:480: TVM EP options:\n",
"/home/onnxruntime/onnxruntime/core/providers/tvm/tvm_execution_provider.cc:480: TVM EP options:\n",
"target: llvm -mtriple=x86_64-linux-gnu\n",
"target_host: llvm -mtriple=x86_64-linux-gnu\n",
"opt level: 3\n",
Expand Down

0 comments on commit 36881c0

Please sign in to comment.