Remove unused imports.

master
float-trip 2023-07-23 14:53:18 +00:00
parent 42b06c8bfc
commit 58eab31083
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import torch
from tensorizer import TensorDeserializer
from tensorizer.utils import no_init_or_tensor, convert_bytes, get_mem_usage
from tensorizer.utils import no_init_or_tensor
from transformers import (
GPTNeoXTokenizerFast,
LogitsProcessor,