Merge pull request #9 from Daryl149/main

fix typo in generate example command
This commit is contained in:
Brandon Duderstadt 2023-03-28 20:43:09 -04:00 committed by GitHub
commit 43819a87d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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