Skip to content

Commit

Permalink
Remove PTQ file
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jan 16, 2024
1 parent 87ed671 commit e427d22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 221 deletions.
1 change: 0 additions & 1 deletion py/torch_tensorrt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def _find_lib(name: str, paths: List[str]) -> str:
from torch_tensorrt._Input import Input # noqa: F401
from torch_tensorrt._utils import * # noqa: F403
from torch_tensorrt._utils import sanitized_torch_version
from torch_tensorrt.ptq import *
from torch_tensorrt.runtime import * # noqa: F403

if version.parse(sanitized_torch_version()) >= version.parse("2.1.dev"):
Expand Down
220 changes: 0 additions & 220 deletions py/torch_tensorrt/ptq.py

This file was deleted.

0 comments on commit e427d22

Please sign in to comment.