-
Notifications
You must be signed in to change notification settings - Fork 182
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
Comments
Hello, @wanalytics8 did you also install transformers (just to verify it) ? |
For testing purpose please check it out: https://colab.research.google.com/drive/1oa5AKVPYIaNxyoOhgNaon1b1_zc8034y?usp=sharing |
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 |
Try this: |
@wanalytics8 any updates on this issue? |
@SkalskiP I think we can close this. |
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 ? |
Video record in clean virtualenv with python3.10 |
Just verified. I am able to install without version at the end too. |
Okay great ! |
Search before asking
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
The text was updated successfully, but these errors were encountered: