guinmoon / LLMFarm

llama and other large language models on iOS and MacOS offline using GGML library.
https://llmfarm.tech
MIT License
1.24k stars 76 forks source link

Why Extended Virtual Addressing Entitlement required? #11

Closed siisee11 closed 12 months ago

siisee11 commented 12 months ago

Thanks for the amazing project!

I removed Extended Virtual Addressing Capability and built because it requires developer account which I don't have. And It works. Why this capacity is required?

guinmoon commented 12 months ago

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.