FAQ
How to install
At the moment the application is available in TestFlight and AppStore. If for some reason you are not able to access TestFlight email me and i will build an ipa
for you.
What model formats are supported
Models in GGUF
format are supported. LLMFarm versions before 1.3.4 also supported models in bin format
(GGJTv3).
Model_load_error
Make sure that the model you are loading is supported by llama.cpp.
Eval error
If the output starts normally but after a while the eval error
occurs, try increasing the size of the context
in chat settings.
Application crashes without warning
The most common reason for an application crash is lack of memory. You may be using a model that is too large. Make sure that the model you are loading is supported by llama.cpp.
Why Extended Virtual Addressing Entitlement required?
Extended Virtual Addressing
and increased-memory-limit
entitlements is required to run models larger than 3B, otherwise the application may crash. If for some reason you cannot build an application with this entitlement, you can simply turn it off
.