Cops
Cops
 遇到了同样的问题,沙拉查词无法使用。可能Edge文件夹里的一些东西我删除了不少,导致自己的Edge出现了这个问题
same here.
I tried `git checkout` command, swith to the repo of several hours ago: ```shell git clone https://github.com/lllyasviel/stable-diffusion-webui-forge cd ~/stable-diffusion-webui-forge git checkout 6e6e5c21622a02f6978b0ed21e4a9557c8b49913 # commit at "do some profile on 3090",...
同样的问题,期待下一个版本能解决这个问题
I guess your image_path was ignored. the commands in `readme.md` is: `python mllm/caption_demo.py --mode "caption_en" --image_file "mllm/images/demo3.png" --model_path "./ckpts/captioner"`
第3行和第5行改为: resume = "E:/lora-scripts-v1.8.5/output/SilverWolf-000001-state" train_data_dir = "E:/in"
我试过1B模型的微调,由于1B 模型跟 2B模型的 Language Part 不一样,直接执行微调命令,会有一个 NotImplementedError 的报错。 InternVL2-1B 的 Language Part 是 Qwen2-0.5B-Instruct,找到 /root/code/XTuner/xtuner/dataset/internvl_dataset.py 的 160 行,修改一下即可,具体见https://mp.weixin.qq.com/s/S9infKgWo-J_TCNES42Vig
add one argument: `--network_weights `