Skip to content

Commit dc09242

Browse files
committed
fixed readme path
1 parent fdef033 commit dc09242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide outlines the steps to integrate the llama.cpp library into your Dart
1717
- Then execute: `codesign --force --verify --verbose --sign "Apple Development: ... (...)" libllm.dylib`.
1818

1919
3. **Add `libllm.dylib` to Your Xcode Project:**
20-
- Drag `llama.cpp/build/install/usr/local/lib/libllm.dylib` into your Xcode project.
20+
- Drag `libllm.dylib` into your Xcode project.
2121
- Ensure you select "Copy items if needed" and opt to "Embed & Sign" in the dialog.
2222

2323
4. **Add Metal Shader File:**

0 commit comments

Comments
 (0)