Replies: 1 comment 1 reply
-
@Milucide here's two things I would try:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :) I use LLamasharp with KernelMemory on a CPU. I started developing on a computer with a good GPU and CPU. My Code worked well with both (tried them seperately by switching the backend package). Now I got the task to switch to a computer with a cpu that is not as good as the one of the computer I used previously. The code is much slower (as I expected) but still runs for most commands like SearchAsync but as soon as my code hits the askasync statement I get the error: An unhandled exception was thrown by the application.
System.AggregateException: One or more errors occurred. (Unable to find an entry point named 'llama_sample_repetition_penalties' in DLL 'llama'.)
Does anyone know whether there could be a connection between the worse cpu and the error message? (The task runs for a long time beforer the errormessage. I am not sure how long exactly. It could be hours)
Beta Was this translation helpful? Give feedback.
All reactions