llama.swiftui : use llama.cpp as SPM package (#4804)
This commit is contained in:
parent
d117d4dc5d
commit
72d8407b36
5 changed files with 13 additions and 94 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
//
|
||||
// Use this file to import your target's public headers that you would like to expose to Swift.
|
||||
//
|
||||
|
||||
#import "llama.h"
|
Loading…
Add table
Add a link
Reference in a new issue