mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-17 05:56:31 +00:00
8 lines
175 B
Bash
8 lines
175 B
Bash
|
python run.py \
|
||
|
--task game24 \
|
||
|
--task_start_index 900 \
|
||
|
--task_end_index 1000 \
|
||
|
--naive_run \
|
||
|
--prompt_sample cot \
|
||
|
--n_generate_sample 100 \
|
||
|
${@}
|