haorunze

Results 3 comments of haorunze

我在运行cli_demo_hf.py时,自动下载了几个checkpoint,我想问这几个下载到哪里去了?感谢

> 如果你是说checkpoint的下载地址的话: > > * huggingface版本:https://huggingface.co/THUDM/visualglm-6b 或者 https://cloud.tsinghua.edu.cn/d/43ffb021ca5f4897b56a/ > * sat版本:https://github.com/THUDM/VisualGLM-6B/blob/main/model/visualglm.py#L9 > > 如果你是说加载模型时候的加载路径的话,直接设置本地路径就可以,比如 > > `AutoModel.from_pretrained('your/path/to/visualglm-6b')` 我在运行cli_demo_hf.py时,自动下载了几个checkpoint,我想问这几个下载到哪里去了?感谢

> Thank you for reply I have tried these commands from https://github.com/haotian-liu/LLaVA/issues/15: pip install git+https://github.com/haotian-liu/transformers_llava.git@26356f0d07bacfb3857dafc7f8a519304b4c0572 git clone https://github.com/haotian-liu/transformers_llava.git transformers pip install -e ./transformers It doesn't work. Do I need other...