-
Notifications
You must be signed in to change notification settings - Fork 477
Closed as not planned
Labels
staleStale issue will be autoclosed soonStale issue will be autoclosed soon
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
staleStale issue will be autoclosed soonStale issue will be autoclosed soon