Skip to content

Commit 079d330

Browse files
committed
cont : engrish [no ci]
1 parent 2a6952b commit 079d330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/server/server.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,8 +1901,8 @@ struct server_context {
19011901
llama_batch_free(batch);
19021902
}
19031903

1904-
// if the context does not have a memory module then all embeddings have to be computed without a single ubatch
1905-
// also we cannot split if the pooling requires any past tokens
1904+
// if the context does not have a memory module then all embeddings have to be computed within a single ubatch
1905+
// also we cannot split if the pooling would require any past tokens
19061906
bool can_split() const {
19071907
return
19081908
!llama_get_embeddings(ctx) ||

0 commit comments

Comments
 (0)