Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrometerHBH committed Jan 14, 2023
1 parent 2a53757 commit aee20f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ ignore_errors = True
ignore_errors = True

[mypy-python.tvm.tir.schedule.*]
ignore_errors = False

[mypy-python.tvm.relax.*]
ignore_missing_imports = True
ignore_errors = False
4 changes: 2 additions & 2 deletions python/tvm/relax/frontend/pytorch_fx.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
from typing import Dict

from tvm import relax
import torch
import torch # type: ignore
from torch import nn, fx
import numpy as np
import numpy as np # type: ignore


class TorchFXTranslator:
Expand Down

0 comments on commit aee20f0

Please sign in to comment.