Add extra note to Readme
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user