-
(mplug_owl2) E:\Project\Q-Instruct-main\mPLUG-Owl\mPLUG-Owl2>python -m mplug_owl2.serve.model_worker --host 0.0.0.0 --controller http://localhost:8006 --port 40000 --worker http://localhost:40000 --mo…
-
Thanks for the excellent evaluation work!
The results of mPLUG-Owl seems to be the initial release version. Now we have trained in more image-text pairs with the latest version, which shows promising…
-
Hello,
Thanks for your wonderful work. I am doing some testing with your code. However, I found a very strange problem.
I want to print the weight shape of lm_head (https://github.com/X-PLUG/m…
-
Traceback (most recent call last):
File "/mnt/afs/liwenhao/wuzhongze/mPLUG-Owl-main/mPLUG-Owl2/mplug_owl2/train/train_xformers.py", line 13, in
train()
File "/mnt/afs/liwenhao/wuzhongze/mP…
-
Traceback (most recent call last):
File "/root/anaconda3/envs/mplug_owl/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/root/ana…
-
When I inference this model based on the code in Hugging Face. It shows that `TypeError: Object of type method is not JSON serializable`
The whole error output is as the follows:
```shell
[5](vsco…
-
Hi team,
May I know when will LLAMA2 based mplug-owl be released?
-
We are happy that Meta releasing such powerful LLM, and we are happy to add the integration of LLaMA-2 into our mPLUG-Owl, a modularized multi-modal large language model.
https://github.com/X-PLUG/…
-
What are the detailed differences between Instruction tuning (LoRA) and Instruction tuning (FT) ?
If I want to finetune based on your checkpoint with lora,which one should I use?[mplug-owl-llama-7b…
-
I am getting this error:
ValueError: Attempted to load model 'llava_hf', but no model for this name found! Supported model names: llava, qwen_vl, fuyu, batch_gpt4, gpt4v, instructblip, minicpm_v, c…