Commit 707315a6 authored by Casper Hansen's avatar Casper Hansen
Browse files

Remove unused imports

parent 8c80b3e0
import os import os
import math import math
import torch import torch
import logging
import torch.nn as nn import torch.nn as nn
import awq_inference_engine import awq_inference_engine
from torch.nn import functional as F from torch.nn import functional as F
from awq.utils.utils import compute_memory_used_pct
try: try:
import ft_inference_engine import ft_inference_engine
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment