Mobile-Artificial-Intelligence / maid

Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
MIT License
1.32k stars 133 forks source link

What things incomplete for iOS? #561

Closed cjl84914 closed 4 months ago

cjl84914 commented 4 months ago

I have success to build Macos. What things incomplete for iOS?

danemadsen commented 4 months ago

I'm fairly sure macos and iOS should build OK (I have no way of testing). The issue is that maid_llm isn't setup to build the C++ code for those platforms so llama.cpp won't work on either platform.

cjl84914 commented 4 months ago

ok, thank you.