Skip to content

Commit

Permalink
Add increased memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmro committed Nov 27, 2024
1 parent 18bfb02 commit 201fae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/llama/ios/llama/llama.entitlements
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>com.apple.developer.kernel.increased-memory-limit</key><true/>
</dict>
</plist>

0 comments on commit 201fae6

Please sign in to comment.