From b9e0389a8fee1a5a8fce1a58e5184194990308bd Mon Sep 17 00:00:00 2001 From: zhangce Date: Mon, 5 Jun 2023 03:48:24 +0200 Subject: [PATCH] Update README.md --- examples/redpajama/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/redpajama/README.md b/examples/redpajama/README.md index 204aefb7bf56a..905a7d9d85a4d 100644 --- a/examples/redpajama/README.md +++ b/examples/redpajama/README.md @@ -8,6 +8,13 @@ We highly appreciate the great effort from the fork of [gptneox.cpp](https://git ### RedPajama Chat Model: +- Dependencies + + You may need to install torch and transformers to run the above scripts, e.g.: + + pip install torch==2.0.0 + pip install transformers==4.28.1 + - Make the code: make redpajama-chat quantize-gptneox @@ -37,11 +44,6 @@ We highly appreciate the great effort from the fork of [gptneox.cpp](https://git --repeat_penalty 1.1 \ --seed 0 - Note that you may need to install torch and transformers to run the above scripts, e.g.: - - pip install torch==2.0.0 - pip install transformers==4.28.1 - - Run RedPajama chat model (e.g., 7B, q4_0):