llama-gpt icon indicating copy to clipboard operation
llama-gpt copied to clipboard

Does not run on MacBookPro 13-inch, M1, 2020

Open LiamKarlMitchell opened this issue 1 year ago • 3 comments

Chip: Apple M1 macOS Ventura 13.0.1

It says This script is intended to be run on MacOS with M1/M2 chips. Exiting...

But it is a Apple M1 chip.

LiamKarlMitchell avatar Aug 25 '23 09:08 LiamKarlMitchell

If I comment out the check it works. Should the || be an &&?

LiamKarlMitchell avatar Aug 25 '23 10:08 LiamKarlMitchell

That's interesting! @LiamKarlMitchell can you please run this command on your Mac and share the output:

sysctl -n machdep.cpu && uname -m

mayankchhabra avatar Aug 25 '23 11:08 mayankchhabra

Hi @mayankchhabra

It does say Darwin and arm64 with the other commands just the logic was wrong?

sysctl -n machdep.cpu && uname -m
8
8
8
8
Apple M1
arm64

LiamKarlMitchell avatar Aug 25 '23 11:08 LiamKarlMitchell