From 1ed4f27932fce50f16378654596892ac621405d8 Mon Sep 17 00:00:00 2001 From: randaller Date: Thu, 9 Mar 2023 21:37:22 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c354437..ae6c8d9 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,6 @@ python example-chat.py ./model ./tokenizer/tokenizer.model ### Enable multi-line answers -If you wish to stop generations not by "\n" sign, but by another signature, like "User:" (which is also good idea), or any other, make the following modification in the llama/generator.py: +If you wish to stop generation not by "\n" sign, but by another signature, like "User:" (which is also good idea), or any other, make the following modification in the llama/generator.py: ![image](https://user-images.githubusercontent.com/22396871/224122767-227deda4-a718-4774-a7f9-786c07d379cf.png)