From b9f303f3b848738705247e69243e2aa0095ed43a Mon Sep 17 00:00:00 2001 From: Ajmal K Date: Fri, 4 Aug 2023 10:30:11 +0530 Subject: [PATCH] Fixed typo in README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5511e25..52d32bb 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ For this we need to install the python dependencies (`pip install -r requirement python export_meta_llama_bin.py path/to/llama/model/7B llama2_7b.bin ``` -The export will take ~10 minutes or so and generate a 26GB file (the weights of the 7B model in float32) called `llama2_7b.bin` in the current directory. It has been [reported](https://github.com/karpathy/llama2.c/pull/85) that despite efforts, the 13B export currently doesn't work for unknown reaons (accepting PRs for fix). We can run the model as normal: +The export will take ~10 minutes or so and generate a 26GB file (the weights of the 7B model in float32) called `llama2_7b.bin` in the current directory. It has been [reported](https://github.com/karpathy/llama2.c/pull/85) that despite efforts, the 13B export currently doesn't work for unknown reasons (accepting PRs for fix). We can run the model as normal: ```bash ./run llama2_7b.bin