DannyDaemonic
DannyDaemonic
It's strange `getwchar` would get stuck. Can you make it also print directly before the call as well? If it's really stopping in `getwchar` you should always just be able...
Well, it looks like you've narrowed it down to the `wgetchar` call. There's no reason it should be hanging on `Enter`. `w64devkit` uses Mingw, so my suspicion is there's a...
If it's only happening in w64devkit then this has to be a mingw bug. More precisely, w64devkit uses the mingw-w64 toolchain, which is a fork of the original mingw project....
> The bug is reproducing! That's great for two reasons. First, there's nothing crazy we're doing. This is a perfectly acceptable way to read Unicode in Windows. And second, that...
`_setmode(_fileno(stdin), _O_WTEXT);` is how we tell Windows we want to read Unicode characters. So if you take it out, you won't be able to read Cyrillic. I like to test...
This adds both `[end of text]` and `[model ready]` tags, so maybe another name would be better? `[end of text]` will be displayed with `--forceendtoken` in interactive mode but `[model...
From a user experience point of view, the smaller batch sizes let you know where you are in your initial prompt evaluation as each batch is written out right before...
@CRD716 Are you talking about instruct mode here? If so, a clearer title might have been: "Feature Request: Alternate Interrupt method in instruct mode" Assuming we're talking about instruct mode,...
This is unfortunate. I was working on this myself. Mine is at #1139. This is actually pretty decent. I noticed some spelling errors. seemlessly -> seamlessly randon -> random somehwat...
Maybe we need a warning when the reverse prompt ends with a space.