From 68237ea90ae975aed62979adfb9dc89b8f9a4daf Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Sun, 21 May 2023 23:09:45 +0900 Subject: [PATCH] Add extra note to Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 223960d49..1e6ea20b2 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ See sample configs in [configs](configs) folder. It is recommended to duplicate ```yaml base_model: ./llama-7b-hf # local or huggingface repo ``` + Note: The code will load the right architecture. - dataset ```yaml @@ -71,6 +72,7 @@ See sample configs in [configs](configs) folder. It is recommended to duplicate fp16: true tf32: true ``` + Note: Repo does not do 4-bit quantization. - lora ```yaml