mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
380 B
JSON
26 lines
No EOL
380 B
JSON
[
|
|
{
|
|
"n": 10,
|
|
"m": 10,
|
|
"max_initial": 20,
|
|
"max_x": 20
|
|
},
|
|
{
|
|
"n": 20,
|
|
"m": 20,
|
|
"max_initial": 50,
|
|
"max_x": 50
|
|
},
|
|
{
|
|
"n": 25,
|
|
"m": 25,
|
|
"max_initial": 100,
|
|
"max_x": 100
|
|
},
|
|
{
|
|
"n": 15,
|
|
"m": 15,
|
|
"max_initial": 30,
|
|
"max_x": 30
|
|
}
|
|
] |