mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
32 lines
No EOL
511 B
JSON
32 lines
No EOL
511 B
JSON
[
|
|
{
|
|
"min_n": 5,
|
|
"max_n": 20,
|
|
"max_h": 50,
|
|
"max_x_step": 50
|
|
},
|
|
{
|
|
"min_n": 100,
|
|
"max_n": 1000,
|
|
"max_h": 1000,
|
|
"max_x_step": 200
|
|
},
|
|
{
|
|
"min_n": 2,
|
|
"max_n": 10,
|
|
"max_h": 50,
|
|
"max_x_step": 100
|
|
},
|
|
{
|
|
"min_n": 5,
|
|
"max_n": 15,
|
|
"max_h": 200,
|
|
"max_x_step": 150
|
|
},
|
|
{
|
|
"min_n": 3,
|
|
"max_n": 5,
|
|
"max_h": 20,
|
|
"max_x_step": 20
|
|
}
|
|
] |