File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 LLAMA_LOG_COLORS : 1
3232 LLAMA_LOG_PREFIX : 1
3333 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]') }}
34+ CREATE_ARTIFACTS : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' || contains(github.event.pull_request.labels, 'artifacts') }}
35+ TEST : ${{ github.event.pull_request.labels }}
3536
3637jobs :
3738 macOS-latest-cmake-arm64 :
Original file line number Diff line number Diff line change @@ -10064,4 +10064,3 @@ void llama_perf_context_reset(struct llama_context * ctx) {
1006410064 ctx->t_eval_us = ctx->n_eval = 0 ;
1006510065 ctx->t_p_eval_us = ctx->n_p_eval = 0 ;
1006610066}
10067-
You can’t perform that action at this time.
0 commit comments