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