重排布 Qwen2.5-7B 仓库结构以支持 axllm 推理 5b09894
yongqiang commited on
How to use AXERA-TECH/Qwen2.5-7B-Instruct-GPTQ-Int4 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AXERA-TECH/Qwen2.5-7B-Instruct-GPTQ-Int4", device_map="auto")