local_weight_pth='mypath/Qwen-VL-Chat-Int4'#此处路径即为模型下载到本地的路径# tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen-VL-Chat", trust_remote_code=True)tokenizer=AutoTokenizer.from_pretrained(local_weight_pth,trust_remote_code=True)# 打开bf16精度,A100、H100、RTX3060、RTX3070等显...