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 df0edbb commit f925b48Copy full SHA for f925b48
.github/workflows/build.yml
@@ -32,6 +32,7 @@ env:
32
LLAMA_LOG_PREFIX: 1
33
LLAMA_LOG_TIMESTAMPS: 1
34
CREATE_ARTIFACTS: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' || contains(github.event.head_commit.message, '[pack]') }}
35
+ TEST: ${{ github.event.head_commit.message }}
36
37
jobs:
38
macOS-latest-cmake-arm64:
src/llama.cpp
@@ -10064,4 +10064,3 @@ void llama_perf_context_reset(struct llama_context * ctx) {
10064
ctx->t_eval_us = ctx->n_eval = 0;
10065
ctx->t_p_eval_us = ctx->n_p_eval = 0;
10066
}
10067
-
0 commit comments