mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 18:30:50 +00:00
metal : fix compile on macos 11 (whisper/3533)
This commit is contained in:
parent
196f5083ef
commit
1d321e592b
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include <cassert>
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <cmath>
|
||||
|
||||
static ggml_metal_buffer_id ggml_metal_get_buffer_id(const ggml_tensor * t) {
|
||||
if (!t) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue