From 2ca6853f10f630ed13bb3ac03229978efcfc5479 Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 5 Mar 2023 18:04:53 +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 ab2de1e..f2ae178 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ python example-cpu.py ``` ### CPU Inference of 13B, 30B and 65B models -A little bit tricky part is that we need to unshard the checkpoints first. Run the following command to create merged weights checkpoint: +A little bit tricky part is that we need to unshard the checkpoints first. In this example, D:\Downloads\LLaMA is a root folder of downloaded torrent with models. Run the following command to create merged weights checkpoint: ``` python merge-weights.py --input_dir D:\Downloads\LLaMA --model_size 13B ```