mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
Update README.md
This commit is contained in:
parent
969737f264
commit
254b8dc12d
@ -40,12 +40,16 @@ pip install -e .
|
||||
|
||||
## Generate
|
||||
|
||||
`python generate.py --config configs/generate/generate.yaml --prompt "Write a script to reverse a string in Python`
|
||||
```bash
|
||||
python generate.py --config configs/generate/generate.yaml --prompt "Write a script to reverse a string in Python
|
||||
```
|
||||
|
||||
|
||||
## Train
|
||||
|
||||
`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`
|
||||
```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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user