Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

spm: make llama a dynamic library; leave placeholder for ggml/gguf na…#18165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
spm: make llama a dynamic library; leave placeholder for ggml/gguf na…
…mespacing define
  • Loading branch information
@steven-moon
steven-moon committedSep 6, 2025
commitbb4355bafdb05c335114b659ed69036ccf38f144
4 changes: 3 additions & 1 deletionPackage.swift
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ let package = Package(
.tvOS(.v14)
],
products: [
.library(name: "llama", targets: ["llama"]),
.library(name: "llama",type: .dynamic,targets: ["llama"]),
],
dependencies: [
.package(url: "https://github.com/ggerganov/ggml.git", .branch("master"))
Expand All@@ -31,6 +31,8 @@ let package = Package(
.define("GGML_USE_ACCELERATE"),
.unsafeFlags(["-fno-objc-arc"]),
.define("GGML_USE_METAL"),
// Placeholder for future symbol namespacing when supported upstream
// .define("GGML_SYM_NAMESPACE", to: "llama_")
// NOTE: NEW_LAPACK will required iOS version 16.4+
// We should consider add this in the future when we drop support for iOS 14
// (ref: ref: https://developer.apple.com/documentation/accelerate/1513264-cblas_sgemm?language=objc)
Expand Down
Loading

[8]ページ先頭

©2009-2026 Movatter.jp