File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 :
@@ -1273,4 +1272,4 @@ jobs:
12731272 - name : Test
12741273 id : ggml-ci
12751274 run : |
1276- GG_BUILD_CLOUD=1 GG_BUILD_METAL=1 bash ./ci/run.sh ./tmp/ results ./tmp/ mnt
1275+ GG_BUILD_CLOUD=1 GG_BUILD_METAL=1 bash ./ci/run.sh ~/ results/llama.cpp ~/ mnt/llama.cpp
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments