mainframecomputer / fullmoon-ios

chat with private and local large language models
https://fullmoon.app
MIT License
416 stars 43 forks source link

LIBCPP_ASSERT_NON_NULL when running in simulator #4

Closed dillondotzip closed 1 month ago

dillondotzip commented 1 month ago

When trying to run in simulator

I get a Thread 1: signal SIGABRT at _LIBCPP_ASSERT_NON_NULL(__s != nullptr, "basic_string(const char*) detected nullptr");

sahandnayebaziz commented 1 month ago

I think it has to be run either on a physical device or on the My Mac (Designed for iPad) destination because mlx-swift requires a direct connection to Metal. I read about that in the Running on iOS section of their docs.

jordansinger commented 1 month ago

+1 to @sahandnayebaziz