mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix typo in generate example command
This commit is contained in:
parent
c96ee798f3
commit
712a3cc2b1
@ -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