Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | Exit from interactive mode if input stream is bad (#491) | Harald Fernengel | |
Allow exiting the interactive prompt also with CTRL-D on Unix and CTRL-Z on Windows. | |||
2023-03-25 | (Windows) Set console to UTF-8 on init (#420) | anzz1 | |
Sets console codepage to 65001 (CP_UTF8) on start for both input and output, should fix problems with UTF-8 characters. | |||
2023-03-25 | Fix colors enabling on WIN32 | Georgi Gerganov | |
2023-03-25 | If n_predict == -1, generate forever | Georgi Gerganov | |
2023-03-25 | Inifinite generation via context swapping (#71) | Georgi Gerganov | |
2023-03-25 | Cleanup STL headers + fix embedding examples + minor stuff | Georgi Gerganov | |
2023-03-25 | Move chat scripts into "./examples" | Georgi Gerganov | |
2023-03-25 | Overhaul the examples structure | Georgi Gerganov | |
- main -> examples - utils -> examples (renamed to "common") - quantize -> examples - separate tools for "perplexity" and "embedding" Hope I didn't break something ! | |||
2023-03-24 | Immediately start processing the prompt before user input has been provided ↵ | Georgi Gerganov | |
(#476) | |||
2023-03-21 | fix typo in chatLLaMa (#368) | Mathieu Nayrolles | |
The prompt contains a typo where 'alound' is used instead of 'aloud'. | |||
2023-03-21 | Add chatLLaMa script (#198) | Jean-Christophe Hoelt | |
* Add chatLLaMa script * Fix shellcheck errors and do some cleanup * Move chatLLaMa script to `examples` directory * Reduce chatLLaMa context size to 2048 Ref d7def1a7524f712e5ebb7cd02bab0f13aa56a7f9 * Include n_predict to 2048 in examples/chatLLaMa |