InternBootcamp/examples/pipelines/autogen_configs/Bthreereligions_test.json
2025-05-30 14:05:33 +08:00

17 lines
No EOL
255 B
JSON

[
{
"max_n": 1000,
"max_q": 500,
"max_op_len": 100
},
{
"max_n": 100,
"max_q": 100,
"max_op_len": 10
},
{
"max_n": 100000,
"max_q": 1000,
"max_op_len": 250
}
]