mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix: update to how to train
This commit is contained in:
parent
134d566b79
commit
2ac939529d
@ -23,4 +23,9 @@ pip install -e .
|
|||||||
|
|
||||||
## Generate
|
## Generate
|
||||||
|
|
||||||
`python generate.py --config configs/generate/generate.yaml --prompt "Write a script to reverse a string in Python`
|
`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`
|
||||||
|
Loading…
Reference in New Issue
Block a user