Replies: 1 comment
-
Solved the problem. It's all because of the encoding. Everything works in the terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use LLamaSharp + MS KernelMemory.
In debugging mode, everything works as it should.
But when I build a release and run it on the command line, the output result of the model is completely different (the required storage folder is available).
What could be the problem?
Project file:
Output in VS Code:
Output in CMD (and this is complete nonsense):
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions