Skip to content

Commit e05d6c2

Browse files
committed
dummy
1 parent 949e3ed commit e05d6c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,7 @@ jobs:
12481248
-DSOC_TYPE=${{ matrix.device }}
12491249
cmake --build build -j $(nproc)
12501250
1251-
jobs:
1252-
macOS-latest-cmake-arm64:
1251+
ggml-ci-mac:
12531252
runs-on: [self-hosted, macOS, ARM64]
12541253

12551254
steps:

src/llama.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include <cstring>
1818
#include <ctime>
1919

20+
// test
21+
2022
#if defined(_MSC_VER)
2123
#pragma warning(disable: 4244 4267) // possible loss of data
2224
#endif

0 commit comments

Comments
 (0)