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 9958998Copy full SHA for 9958998
.github/workflows/build.yml
@@ -1248,7 +1248,6 @@ jobs:
1248
-DSOC_TYPE=${{ matrix.device }}
1249
cmake --build build -j $(nproc)
1250
1251
-jobs:
1252
macOS-latest-cmake-arm64:
1253
runs-on: [self-hosted, macOS, ARM64]
1254
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