File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ cp -rpv ../whisper.cpp/ggml-cuda.h src/ggml-cuda.h
5
5
cp -rpv ../whisper.cpp/ggml-cuda.cu src/ggml-cuda.cu
6
6
cp -rpv ../whisper.cpp/ggml-opencl.h src/ggml-opencl.h
7
7
cp -rpv ../whisper.cpp/ggml-opencl.cpp src/ggml-opencl.cpp
8
+ cp -rpv ../whisper.cpp/ggml-metal.h src/ggml-metal.h
9
+ cp -rpv ../whisper.cpp/ggml-metal.m src/ggml-metal.m
10
+ cp -rpv ../whisper.cpp/ggml-metal.metal src/ggml-metal.metal
8
11
cp -rpv ../whisper.cpp/ggml.h include/ggml/ggml.h
9
12
cp -rpv ../whisper.cpp/examples/common.h examples/common.h
10
13
cp -rpv ../whisper.cpp/examples/common.cpp examples/common.cpp
Original file line number Diff line number Diff line change 1
- #define _GNU_SOURCE // Defines CLOCK_MONOTONIC on Linux
2
1
#define _CRT_SECURE_NO_DEPRECATE // Disables ridiculous "unsafe" warnigns on Windows
3
2
4
3
#include "ggml.h"
You can’t perform that action at this time.
0 commit comments