Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such command 'qwen_2_5_vl'. #145

Closed
1 task done
wanalytics8 opened this issue Feb 6, 2025 · 10 comments
Closed
1 task done

No such command 'qwen_2_5_vl'. #145

wanalytics8 opened this issue Feb 6, 2025 · 10 comments
Assignees
Labels
question Further information is requested

Comments

@wanalytics8
Copy link

Search before asking

  • I have searched the Multimodal Maestro issues and found no similar feature requests.

Question

I have installed maestro, and "maestro[qwen_2_5_vl]"

But seems I can't launch it:

maestro qwen_2_5_vl
🚧 WARNING cannot import recipe for Florence-2
🚧 WARNING cannot import recipe for PaliGemma 2
🚧 WARNING cannot import recipe for Qwen2.5-VL
Usage: maestro [OPTIONS] COMMAND [ARGS]...
Try 'maestro --help' for help.
╭─ Error
│ No such command 'qwen_2_5_vl'.

venv definitely works fine

pip list can show it is installed

Additional

No response

@wanalytics8 wanalytics8 added the question Further information is requested label Feb 6, 2025
@onuralpszr
Copy link
Collaborator

onuralpszr commented Feb 6, 2025

Hello, @wanalytics8 did you also install transformers (just to verify it) ?

@onuralpszr
Copy link
Collaborator

For testing purpose please check it out: https://colab.research.google.com/drive/1oa5AKVPYIaNxyoOhgNaon1b1_zc8034y?usp=sharing

@onuralpszr onuralpszr self-assigned this Feb 6, 2025
@SkalskiP
Copy link
Collaborator

SkalskiP commented Feb 7, 2025

Hi @wanalytics8 👋🏻 I just verified the Qwen2.5-VL fine-tuning in Google Colab and it works.

Let me know what environment you are trying to run Maestro in (your OS, GPUs that you have)? Could you paste the result of your pip list here?

@SyedMohammedSameer
Copy link

Try this: !pip install "maestro[qwen_2_5_vl]==1.0.0rc1"

@SkalskiP
Copy link
Collaborator

@wanalytics8 any updates on this issue?

@SyedMohammedSameer
Copy link

@SkalskiP I think we can close this.
I faced the same error during qwen installation. But with !pip install "maestro[qwen_2_5_vl]==1.0.0rc1" it was resolved.

@onuralpszr
Copy link
Collaborator

onuralpszr commented Feb 11, 2025

@SkalskiP I think we can close this. I faced the same error during qwen installation. But with !pip install "maestro[qwen_2_5_vl]==1.0.0rc1" it was resolved.

I am sorry we can't close it because we also need to wait response from original person who asked as well. Secondly can you try without using version at the end like this "!pip install maestro[qwen_2_5_vl]" (but please delete your rc version or try with new clean virtual environment or colab) because it should work with latest version. If you see an error please post here as well. I tested many times in collab and I also tried locally in my computer as well. Both side works fine. I tried pypi version and develop version.

If you do test locally can you tell us what is your OS ? Which python version did you use ? Do you have a GPU If yes what is it ?

@onuralpszr
Copy link
Collaborator

Video record in clean virtualenv with python3.10

https://asciinema.org/a/cSurUrp5MRGBeVJcPNo0bJEz7

@SyedMohammedSameer
Copy link

Just verified. I am able to install without version at the end too.
I'm working on Google Colab with A100 GPU

@onuralpszr
Copy link
Collaborator

Just verified. I am able to install without version at the end too. I'm working on Google Colab with A100 GPU

Okay great !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants