mPLUG-Owl
mPLUG-Owl copied to clipboard
mPLUG-Owl: The Powerful Multi-modal Large Language Model Family
Hello! First of all, this is really fascinating work. Thanks for the contribution. I wanted to reach out and ask if you could share the evaluation scripts for mPLUG-OWL2 you...
Can I finetune_lora on 4-A100-40g? which parameter should I set
Traceback (most recent call last): File "/nanshu_data/jgx/mPLUG-Owl/mPLUG-Owl/serve/model_utils.py", line 64, in gentask ret = self.mfunc(callback=_callback, **self.kwargs) File "/nanshu_data/jgx/mPLUG-Owl/mPLUG-Owl/serve/model_worker.py", line 110, in generate_with_callback self.model.generate(**kwargs) File "/root/anaconda3/envs/mplug_owl/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args,...
Traceback (most recent call last): File "/nanshu_data/jgx/mPLUG-Owl/mPLUG-Owl/serve/model_utils.py", line 64, in gentask ret = self.mfunc(callback=_callback, **self.kwargs) File "/nanshu_data/jgx/mPLUG-Owl/mPLUG-Owl/serve/model_worker.py", line 110, in generate_with_callback self.model.generate(**kwargs) File "/root/anaconda3/envs/mplug_owl/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args,...
pip3 install -r requirements.txt ``` warning: variable does not need to be mutable --> tokenizers-lib/src/models/unigram/model.rs:265:21 | 265 | let mut target_node = &mut best_path_ends_at[key_pos]; | ----^^^^^^^^^^^ | | | help:...
Hi, Thanks for sharing this repo! I am trying to test the video model and I keep getting the same error: ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in...
Does anyone have a successful deployment of local server?Too many questions!
Hi team, May I know when will LLAMA2 based mplug-owl be released?
Could not create share link. Please check your internet connection or our status page: https://status.gradio.app gradio==3.29.0
【The task_type can be in one of {'quora_chat_sft', 'sharegpt_chat_sft', 'llava_sft', 'gpt4instruct_sft'}.】。What are the differences between these four types?