We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949e3ed commit e05d6c2Copy full SHA for e05d6c2
.github/workflows/build.yml
@@ -1248,8 +1248,7 @@ jobs:
1248
-DSOC_TYPE=${{ matrix.device }}
1249
cmake --build build -j $(nproc)
1250
1251
-jobs:
1252
- macOS-latest-cmake-arm64:
+ ggml-ci-mac:
1253
runs-on: [self-hosted, macOS, ARM64]
1254
1255
steps:
src/llama.cpp
@@ -17,6 +17,8 @@
17
#include <cstring>
18
#include <ctime>
19
20
+// test
21
+
22
#if defined(_MSC_VER)
23
#pragma warning(disable: 4244 4267) // possible loss of data
24
#endif
0 commit comments