Skip to content

Commit fe6c942

Browse files
committed
llama : whitespace formatting fixes
1 parent 704b160 commit fe6c942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: llama.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12540,11 +12540,11 @@ static void llama_set_inputs(llama_context & lctx, const llama_batch & batch) {
1254012540

1254112541
if (lctx.inp_pos_bucket) {
1254212542
const int64_t n_tokens = batch.n_tokens;
12543-
12543+
1254412544
GGML_ASSERT(ggml_backend_buffer_is_host(lctx.inp_pos_bucket->buffer));
12545-
12545+
1254612546
int32_t * data = (int32_t *) lctx.inp_pos_bucket->data;
12547-
12547+
1254812548
if (!lctx.is_encoding) {
1254912549
const int64_t n_kv = kv_self.n;
1255012550
for (int h = 0; h < 1; ++h) {

0 commit comments

Comments
 (0)