Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

WIP: Bloom Inference #85

Closed
wants to merge 24 commits into from
Closed
Changes from 1 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
Prev Previous commit
Next Next commit
fix: apple aarch ggml-raw compile
  • Loading branch information
hhamud committed Apr 1, 2023
commit ac4d8986d20a551ad27740931350a9d24b7d7bf3
3 changes: 3 additions & 0 deletions ggml-raw/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ fn main() {
_ => {}
}
}
}
"apple" | "aarch64" => {
build.flag("-march=armv8-a");
}
_ => {}
}
Expand Down