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

50 lines
No EOL
740 B
JSON

[
{
"a_params": [
3,
3,
3,
3,
3,
3
],
"n_min": 10,
"n_max": 150
},
{
"a_params": [
1000,
2000,
3000,
4000,
5000,
6000
],
"n_min": 200,
"n_max": 300
},
{
"a_params": [
100,
200,
300,
400,
500,
600
],
"n_min": 50,
"n_max": 200
},
{
"a_params": [
1,
2,
3,
4,
5,
6
],
"n_min": 1,
"n_max": 100
}
]