fix typo in generate example command

This commit is contained in:
Daryl 2023-03-29 02:40:34 +02:00
parent 655863c5d1
commit 949cf20acb

View File

@ -70,7 +70,7 @@ accelerate launch --dynamo_backend=inductor --num_processes=8 --num_machines=1 -
## Generate
```bash
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"
```
# Sample Generations