mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-29 04:44:34 +00:00
add cpu backend to the swift build
This commit is contained in:
parent
ae99c8fa55
commit
6d19135b9b
@ -43,7 +43,8 @@ linkerSettings.append(.linkedFramework("Accelerate"))
|
|||||||
cSettings.append(
|
cSettings.append(
|
||||||
contentsOf: [
|
contentsOf: [
|
||||||
.define("GGML_USE_ACCELERATE"),
|
.define("GGML_USE_ACCELERATE"),
|
||||||
.define("GGML_USE_METAL")
|
.define("GGML_USE_METAL"),
|
||||||
|
.define("GGML_USE_CPU")
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user