We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8464ee3 commit eb35a6cCopy full SHA for eb35a6c
llama.h
@@ -759,7 +759,7 @@ extern "C" {
759
// n_threads_batch is the number of threads used for prompt and batch processing (multiple tokens)
760
LLAMA_API void llama_set_n_threads(struct llama_context * ctx, uint32_t n_threads, uint32_t n_threads_batch);
761
762
- // Set whether the model is in embeddings model or not
+ // Set whether the model is in embeddings mode or not
763
// If true, embeddings will be returned but logits will not
764
LLAMA_API void llama_set_embeddings(struct llama_context * ctx, bool embeddings);
765
0 commit comments