-
我们最近更新了代码和checkpoint的格式,需要安装最新版的sat,visualglm的代码也要保证最新。
用新版本代码跑旧版本的checkpoint会报错,用旧版本代码跑新版本的checkpoint会出现推理错误。
_Originally posted by @1049451037 in https://github.com/THUDM/VisualG…
-
执行python cli_demo.py时发生报错
![图片](https://github.com/THUDM/VisualGLM-6B/assets/71216040/6e818bda-d40d-4c1b-863e-33c100a0e9ad)
我希望下载运行sat的模型,请问是哪里出问题了。我没有设置SAT_HOME。
-
微调时Unable to load optimizer from checkpoint ,有大神指导下吗
[2023-07-29 19:13:21,319] [INFO] [RANK 0] Will continue but found unexpected_keys! Check whether you are loading correct checkpoints: ['transforme…
-
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True)
model = AutoModel.from_pretrained("THUDM/visualglm-6b", trus…
-
### Describe the bug
When I try to load the VisualGLM-6B model, it poses the error. But I can load the ChatGLM-6B successfully.
Traceback (most recent call last): File “/home/xxxxxx/workstation/te…
-
添加--include localhost:4,5,6,7,但模型总是在0卡运行。
这是启动脚本:
#! /bin/bash
NUM_WORKERS=1
NUM_GPUS_PER_WORKER=4
MP_SIZE=1
script_path=$(realpath $0)
script_dir=$(dirname $script_path)
main_dir=$(dirn…
-
第一轮微调后,想继续第二轮微调,请问可以直接用finetune_visualglm.py加载微调后的checkpoints吗?
-
请问,会公布[VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B) 的训练代码吗?
-
使用readme里调用hf模型的例子
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True)
model = AutoModel.from_pretra…
-
RT