]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fix typos
authorGeorgi Gerganov <redacted>
Wed, 29 Mar 2023 16:38:31 +0000 (19:38 +0300)
committerGitHub <redacted>
Wed, 29 Mar 2023 16:38:31 +0000 (19:38 +0300)
README.md

index c2323f40a2c4cacfdd54c045e2401fdb31a0f308..e30452ee0b040f24cb2a94f5582dbc75aa07c5a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -229,13 +229,15 @@ cadaver, cauliflower, cabbage (vegetable), catalpa (tree) and Cailleach.
 ### Using [GPT4All](https://github.com/nomic-ai/gpt4all)
 
 - Obtain the `gpt4all-lora-quantized.bin` model
-- It is distributed in the old `ggml` format which is not obsoleted. So you have to convert it to the new format using [./convert-gpt4all-to-ggml.py](./convert-gpt4all-to-ggml.py):
+- It is distributed in the old `ggml` format which is now obsoleted
+- You have to convert it to the new format using [./convert-gpt4all-to-ggml.py](./convert-gpt4all-to-ggml.py):
 
   ```bash
   python3 convert-gpt4all-to-ggml.py models/gpt4all-7B/gpt4all-lora-quantized.bin ./models/tokenizer.model 
   ```
   
-- You can now use the newly generated `gpt4all-lora-quantized.bin` model in exactly the same way as all other models. The original model is stored in the same folder with a suffix `.orig`
+- You can now use the newly generated `gpt4all-lora-quantized.bin` model in exactly the same way as all other models
+- The original model is saved in the same folder with a suffix `.orig`
 
 ### Obtaining and verifying the Facebook LLaMA original model and Stanford Alpaca model data