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

26 lines
No EOL
404 B
JSON

[
{
"max_t": 1000,
"max_step": 100000
},
{
"max_t": 1000000000000000000,
"max_step": 1000000000000000000
},
{
"max_t": 10,
"max_step": 10
},
{
"max_t": 100,
"max_step": 100
},
{
"max_t": 1000000,
"max_step": 1000000
},
{
"max_t": 100000,
"max_step": 100000
}
]