Add extra note to Readme

This commit is contained in:
NanoCode012
2023-05-21 23:09:45 +09:00
parent 4ee79f2641
commit 68237ea90a

View File

@@ -55,6 +55,7 @@ See sample configs in [configs](configs) folder. It is recommended to duplicate
```yaml ```yaml
base_model: ./llama-7b-hf # local or huggingface repo base_model: ./llama-7b-hf # local or huggingface repo
``` ```
Note: The code will load the right architecture.
- dataset - dataset
```yaml ```yaml
@@ -71,6 +72,7 @@ See sample configs in [configs](configs) folder. It is recommended to duplicate
fp16: true fp16: true
tf32: true tf32: true
``` ```
Note: Repo does not do 4-bit quantization.
- lora - lora
```yaml ```yaml