Commit Graph

53 Commits (872c365a9176a011b13d31269bb3121fa89c37e1)

Author SHA1 Message Date
Georgi Gerganov 04c6f5ed6f
Immediately start processing the prompt before user input has been provided (#476) 2 years ago
Mathieu Nayrolles 3f9c6135e4
fix typo in chatLLaMa (#368)
The prompt contains a typo where 'alound' is used instead of 'aloud'.
2 years ago
Jean-Christophe Hoelt 3ab3e6582f
Add chatLLaMa script (#198)
* Add chatLLaMa script

* Fix shellcheck errors and do some cleanup

* Move chatLLaMa script to `examples` directory

* Reduce chatLLaMa context size to 2048

Ref d7def1a752

* Include n_predict to 2048 in examples/chatLLaMa
2 years ago