Zhida Li
Zhida Li
**Describe the bug** I am trying to load "Qwen-VL-Chat-Int4" model using AutoModelForCausalLM function, using following codes: ```python from modelscope import (snapshot_download, AutoModelForCausalLM, AutoTokenizer, GenerationConfig) model_id = 'qwen/Qwen-VL-Chat-Int4' model_dir = snapshot_download(model_id)...
Hi there, I can roughly reproduce the result of COCO, Flickr30, OKVQA, and VQAv2, but not the results on imagenet1k. the acc@1 is only 0.02, and the acc@5 is only...
Hi, thanks for your brilliant work! I want to train the model using `python train.py -s "./data/waymo/processed/training/017" --expname "waymo" --model_path "./work_dirs/phase1/recon/017"`, but I meet segmentation fault (core dumped) when calling...