| Age | Commit message (Collapse) | Author | 
|---|
|  | - main: entering empty line passes back control without new input in interactive/instruct modes
- instruct mode: keep prompt fix
- instruct mode: duplicate instruct prompt fix
- refactor: move common console code from main->common | 
|  |  | 
|  |  | 
|  | Allow exiting the interactive prompt also with CTRL-D on Unix and CTRL-Z
on Windows. | 
|  | Sets console codepage to 65001 (CP_UTF8) on start for both input and output, should fix problems with UTF-8 characters. | 
|  |  | 
|  |  | 
|  |  | 
|  | - main -> examples
- utils -> examples (renamed to "common")
- quantize -> examples
- separate tools for "perplexity" and "embedding"
Hope I didn't break something ! |