llama.swiftui : use llama.cpp as SPM package (#4804)

This commit is contained in:
Alex Azarov 2024-01-07 09:20:50 +01:00 committed by GitHub
parent d117d4dc5d
commit 72d8407b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 94 deletions

View file

@ -1,8 +1,5 @@
import Foundation
// To use this in your own project, add llama.cpp as a swift package dependency
// and uncomment this import line.
// import llama
import llama
enum LlamaError: Error {
case couldNotInitializeContext