mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
fix typo in generate example command
This commit is contained in:
parent
655863c5d1
commit
949cf20acb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user