We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdef033 commit dc09242Copy full SHA for dc09242
README.md
@@ -17,7 +17,7 @@ This guide outlines the steps to integrate the llama.cpp library into your Dart
17
- Then execute: `codesign --force --verify --verbose --sign "Apple Development: ... (...)" libllm.dylib`.
18
19
3. **Add `libllm.dylib` to Your Xcode Project:**
20
- - Drag `llama.cpp/build/install/usr/local/lib/libllm.dylib` into your Xcode project.
+ - Drag `libllm.dylib` into your Xcode project.
21
- Ensure you select "Copy items if needed" and opt to "Embed & Sign" in the dialog.
22
23
4. **Add Metal Shader File:**
0 commit comments