faibistes faibistes

Results 2 issues of faibistes faibistes

If I set up manually 9 and 3 (as numbers, with numlock off), those work. But there's no way I can use numpad 7 and 1 as movement keys.

This minimal program: ```using LLama.Common; using LLama; string modelPath = @"/model/model.gguf"; // change it to your own model path. var parameters = new ModelParams(modelPath) { ContextSize = 2048 }; using...

bug