-
Notifications
You must be signed in to change notification settings - Fork 77
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
Illegal instruction #32
Comments
Thanks for your interest! We cannot reproduce the issue in our environment. Could you please try add Line 52 in a803c8b
|
not working. |
ok, i fix it. that was about mobileclip
*comment there: pip install -e . 3.upgrade torch and torchvision if needed: |
hi!
i try to inference on raspberry pi:
python3 predict_text_prompt.py --source ultralytics/assets/bus.jpg --checkpoint pretrain/yoloe-v8s-seg.pt --names person
but got error.
the problem with this string in predict_text_prompt.py:
model.set_classes(args.names, model.get_text_pe(args.names))
in cmd it returns:
how to fix ?
The text was updated successfully, but these errors were encountered: