Tele-AI / Telechat

1.67k stars 85 forks source link

ModuleNotFoundError: No module named 'modeling_telechat_gptq' #11

Closed zhanghui-china closed 5 months ago

zhanghui-china commented 5 months ago

from modeling_telechat_gptq import TelechatGPTQForCausalLM ModuleNotFoundError: No module named 'modeling_telechat_gptq'

where is TelechatGPTQForCausalLM?

liuxz0801 commented 5 months ago

quant/ # the class telechatGPTQForCausalLM is here.

zhanghui-china commented 5 months ago

看到了。谢谢。