From 7b842b97116e97aaa8b7095d2cb658e6cd86096f Mon Sep 17 00:00:00 2001 From: randaller Date: Tue, 7 Mar 2023 12:56:43 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99696ba..5cf9666 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ To use Bfloat16 precision, first you need to unshard checkpoints to a single one python merge_weights.py --input_dir D:\Downloads\LLaMA --model_size 13B ``` -This will create merged.pth file in the root folder of this repo. Place this file and corresponding params.json of model into [/model] folder. Now you are ready to go. +In this example, D:\Downloads\LLaMA is a root folder of downloaded torrent with weights. + +This will create merged.pth file in the root folder of this repo. Place this file and corresponding params.json of model into [/model] folder. File tokenizer.model should be in [/tokenizer] folder of this repo. Now you are ready to go. ``` python example-bfloat16.py