mirror of https://github.com/InternLM/InternLM
fix lint error
parent
dfc1b09611
commit
b073d840de
|
@ -1,6 +1,5 @@
|
|||
import pytest
|
||||
import torch, auto_gptq
|
||||
#from auto_gptq.modeling import BaseGPTQForCausalLM
|
||||
import torch
|
||||
from PIL import Image
|
||||
from transformers import AutoModel, AutoModelForCausalLM, AutoTokenizer
|
||||
|
||||
|
|
Loading…
Reference in New Issue