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 @@ -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
Original file line number Diff line number Diff 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
8282class llama_batch_allocr {
8383public:
8484 llama_batch_allocr ();
You can’t perform that action at this time.
0 commit comments