ViperX7 / Alpaca-Turbo

Web UI to run alpaca model locally
GNU Affero General Public License v3.0
876 stars 92 forks source link

“mac” can’t be opened because Apple cannot check it for malicious software. #73

Open subokita opened 1 year ago

subokita commented 1 year ago

I've tried this with release v0.7 and v0.6 on M2 mac

While the web UI shows up without an issue, when I try to load the model, it tells me that “mac” can’t be opened because Apple cannot check it for malicious software.

Normally this happens when Mac users try to run applications downloaded outside of AppStore, and we can manually allow it from "Private & Security" section of "System Preferences", however in this case, it's not possible, even when I allow it, it will keep throwing the same error.

The mac binary that it was complaining is the one inside bin folder. Is there any way to code sign that binary file?