Skip to content

Commit

Permalink
[#50526] examples: yolact-tvm-gpu-optimization.json: Fix optimizer im…
Browse files Browse the repository at this point in the history
…port path

Replaces compilers submodule with optimizers one

Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Nov 10, 2023
1 parent 4c21958 commit 3d699e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"optimizers":
[
{
"type": "kenning.compilers.tvm.TVMCompiler",
"type": "kenning.optimizers.tvm.TVMCompiler",
"parameters":
{
"model_framework": "onnx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"optimizers":
[
{
"type": "kenning.compilers.tvm.TVMCompiler",
"type": "kenning.optimizers.tvm.TVMCompiler",
"parameters":
{
"model_framework": "onnx",
Expand Down

0 comments on commit 3d699e6

Please sign in to comment.