Missing Files in mPLUG-Owl3 Repository?

#2
by Ctariy - opened

Hello!

Thank you for the work you've done—it's really awesome!

However, it seems like there are some missing files in the repository https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl3. For example, in the repositories https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl2 and https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl, there are directories named mplug_owl2 and mplug_owl, respectively, which contain model files. But for mPLUG-Owl3, there's no such directory.

I'm trying to follow the instructions from https://huggingface.co/mPLUG/mPLUG-Owl3-7B-240728 (Quickstart), but when I call config = mPLUGOwl3Config.from_pretrained(model_path), I realize that mPLUGOwl3Config is missing, and it's unclear where to get it.

Am I missing something, or were some files not uploaded to the repository?

Thanks!

same here. I then searched for the repo and ran the gradio-demo, but unf for me, it > 16GB of vram, wth
https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl3

You can import it from configuration_mplugowl3.py

same here. I then searched for the repo and ran the gradio-demo, but unf for me, it > 16GB of vram, wth
https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl3

The gradio-demo didn't work for me ,have you met this error ?:
File "/my/mPLUG-Owl3/gradio_demo.py", line 135, in chat answer = model.chat( File "/root/.cache/huggingface/modules/transformers_modules/mPLUG-Owl3-7B-240728/modeling_mplugowl3.py", line 191, in chat prompts_lists, NameError: name 'prompts_lists' is not defined

Mizukiluke changed discussion status to closed

Sign up or log in to comment