Skip to content

Commit eb35a6c

Browse files
iamlemecggerganov
andauthored
fix comment typo
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 8464ee3 commit eb35a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ extern "C" {
759759
// n_threads_batch is the number of threads used for prompt and batch processing (multiple tokens)
760760
LLAMA_API void llama_set_n_threads(struct llama_context * ctx, uint32_t n_threads, uint32_t n_threads_batch);
761761

762-
// Set whether the model is in embeddings model or not
762+
// Set whether the model is in embeddings mode or not
763763
// If true, embeddings will be returned but logits will not
764764
LLAMA_API void llama_set_embeddings(struct llama_context * ctx, bool embeddings);
765765

0 commit comments

Comments
 (0)