请问这两个文件quantizer.py和generation_utils.py为什么没有下载
#41
by
zhangqin28
- opened
环境:
Python 3.9.18
pip install transformers==4.31.0
pip install torch
运行下载:
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("baichuan-inc/Baichuan-13B-Chat", trust_remote_code=True)
下载完以后。这两个quantizer.py和generation_utils.py文件不存在