mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-16 13:42:27 +00:00
7 lines
169 B
Bash
7 lines
169 B
Bash
python run.py \
|
|
--task crosswords \
|
|
--task_start_index 0 \
|
|
--task_end_index 20 \
|
|
--naive_run \
|
|
--prompt_sample standard \
|
|
--n_generate_sample 10 |