Replies: 2 comments 7 replies
-
Just does the inference. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Most of the computations are contained in this function, including a series of matrix multiplications, normalizations, and other operators. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm reading source code in
example/main.cpp
and curious about the functionllama_eval
. It seems likellama_eval
will take a long time to deal with the prompt. My question maybe stupid, but I wonder what's the use of this function?Beta Was this translation helpful? Give feedback.
All reactions