diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-25 20:51:14 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-25 20:51:14 +0200 |
commit | 03f7e335604b3d68f74995aa2ccb4955833ee423 (patch) | |
tree | 998ae5d82a197e4dc18846157d33bf660f913aac /llama.h | |
parent | 55ad42af845127bd0eb0c1f36f327ecec83f4bca (diff) |
Cleanup STL headers + fix embedding examples + minor stuff
Diffstat (limited to 'llama.h')
-rw-r--r-- | llama.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ extern "C" { LLAMA_API int llama_n_vocab(struct llama_context * ctx); LLAMA_API int llama_n_ctx (struct llama_context * ctx); + LLAMA_API int llama_n_embd (struct llama_context * ctx); // Token logits obtained from the last call to llama_eval() // The logits for the last token are stored in the last row |