mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
embedding : remove unused code (#1426)
This commit is contained in:
parent
cdd5350892
commit
6456a4eb9f
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ int main(int argc, char ** argv) {
|
|||
// tokenize the prompt
|
||||
auto embd_inp = ::llama_tokenize(ctx, params.prompt, true);
|
||||
|
||||
// determine newline token
|
||||
auto llama_token_newline = ::llama_tokenize(ctx, "\n", false);
|
||||
|
||||
if (params.verbose_prompt) {
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "%s: prompt: '%s'\n", __func__, params.prompt.c_str());
|
||||
|
|
Loading…
Reference in a new issue