Skip to content

Commit a6b0e85

Browse files
committed
cont : engrish [no ci]
1 parent 91b7792 commit a6b0e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/llama-batch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ bool llama_batch_allocr::init(
402402
const llama_seq_id s0 = batch.seq_id[i][0];
403403
const llama_seq_id s1 = batch.seq_id[i][s];
404404

405-
// mark that sequences s1 is couled to s0
405+
// mark that sequence s1 is coupled to s0
406406
seq_cpl[s1][s0] = true;
407407

408408
// note: the other way around is not necessary for now

src/llama-batch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct llama_sbatch {
7878
llama_sbatch(const llama_batch & batch, size_t n_embd, bool simple_split = false);
7979
};
8080

81-
// a helper for sanitizing and fullfilling a batch
81+
// a helper for sanitizing and fulfilling a batch
8282
class llama_batch_allocr {
8383
public:
8484
llama_batch_allocr();

0 commit comments

Comments
 (0)