From 7e09816a738928f5aea361a2f9c5c5cf2a0cb3df Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 5 Mar 2023 18:16:59 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2ae178..f00f6d7 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ pip install -e . magnet:?xt=urn:btih:ZXXDAUWYLRUXXBHUYEMS6Q5CE5WA3LVA&dn=LLaMA ### CPU Inference of 7B model -Place tokenizer.model and tokenizer_checklist.chk into repo's [/tokenizer] folder. +Place tokenizer.model file from torrent into repo's [/tokenizer] folder. Place consolidated.00.pth and params.json from 7B torrent folder into repo's [/model] folder. @@ -44,7 +44,7 @@ Place corresponding params.json file (from 13B torrent folder) into repo's [/mod So, you should end up with two files in [/model] folder: merged.pth and params.json. -Place tokenizer.model and tokenizer_checklist.chk into repo's [/tokenizer] folder. +Place tokenizer.model file from torrent into repo's [/tokenizer] folder. Run the example: ```