mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-25 23:13:06 +00:00
Update README.md
This commit is contained in:
parent
23de567b86
commit
dcc7358e26
12
README.md
12
README.md
@ -50,6 +50,11 @@ cd ../peft
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Training
|
||||||
|
|
||||||
|
```bash
|
||||||
|
accelerate launch --dynamo_backend=inductor --num_processes=8 --num_machines=1 --machine_rank=0 --deepspeed_multinode_launcher standard --mixed_precision=bf16 --use_deepspeed --deepspeed_config_file=configs/deepspeed/ds_config.json train.py --config configs/train/finetune-7b.yaml
|
||||||
|
```
|
||||||
|
|
||||||
## Generate
|
## Generate
|
||||||
|
|
||||||
@ -58,13 +63,6 @@ python generate.py --config configs/generate/generate.yaml --prompt "Write a scr
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Train
|
|
||||||
|
|
||||||
```bash
|
|
||||||
accelerate launch --dynamo_backend=inductor --num_processes=8 --num_machines=1 --machine_rank=0 --deepspeed_multinode_launcher standard --mixed_precision=bf16 --use_deepspeed --deepspeed_config_file=configs/deepspeed/ds_config.json train.py --config configs/train/finetune-7b.yaml
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If you utilize this reposistory, models or data in a downstream project, please consider citing it with:
|
If you utilize this reposistory, models or data in a downstream project, please consider citing it with:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user