-
Notifications
You must be signed in to change notification settings - Fork 474
Open
Description
The tokens list cannot be changed, it is the input list of tokens!
Error line:
LLamaSharp/LLama/LLamaStatelessExecutor.cs
Line 137 in 9fe066d
tokens.Clear(); |


Llama.cpp source:
https://github.com/ggml-org/llama.cpp/blob/60325fa56f61c228464c9f065db3aa6a61f2156e/examples/main/main.cpp#L334
https://github.com/ggml-org/llama.cpp/blob/60325fa56f61c228464c9f065db3aa6a61f2156e/examples/main/main.cpp#L542
I'm trying to fix and rewrite it correctly, but so far it's not working. I don't understand all the calculations. Let's figure it out together?
Metadata
Metadata
Assignees
Labels
No labels