X-PLUG / MobileAgent

Mobile-Agent: The Powerful Mobile Device Operation Assistant Family
https://arxiv.org/abs/2406.01014
MIT License
2.3k stars 193 forks source link

报异常 zsh: illegal hardware instruction #7

Open qinzhiliang opened 5 months ago

qinzhiliang commented 5 months ago
image
junyangwang0410 commented 5 months ago
image

Try removing the "line break" and putting the command on one line, as shown in the latest README.md.

qinzhiliang commented 5 months ago
image

Try removing the "line break" and putting the command on one line, as shown in the latest README.md.

I tried and got the same result. It's normal on Linux, not on mac m1

image
junyangwang0410 commented 5 months ago
image

Try removing the "line break" and putting the command on one line, as shown in the latest README.md.

I tried and got the same result. It's normal on Linux, not on mac m1

image

Try modifying lines 21-24 of run.py to use "default=" to input the parameters directly. Then the runtime command changes to: python run.py

qinzhiliang commented 5 months ago
image

Try removing the "line break" and putting the command on one line, as shown in the latest README.md.

I tried and got the same result. It's normal on Linux, not on mac m1

image

Try modifying lines 21-24 of run.py to use "default=" to input the parameters directly. Then the runtime command changes to: python run.py

It's still the same. Thanks for the advice!