Skip to content

Commit fc35559

Browse files
committed
test
1 parent 202b1e7 commit fc35559

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ jobs:
10781078
cmake --build build -j ${env:NUMBER_OF_PROCESSORS}
10791079
10801080
windows-latest-cmake-hip-release:
1081-
if: ${{ env.CREATE_RELEASE }}
1081+
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' || contains(github.event.head_commit.message, '[pack]') }}
10821082
runs-on: windows-latest
10831083

10841084
strategy:

src/llama.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10064,3 +10064,4 @@ 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+

0 commit comments

Comments
 (0)