mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
32 lines
No EOL
508 B
JSON
32 lines
No EOL
508 B
JSON
[
|
|
{
|
|
"max_n": 500,
|
|
"max_s": 1000000,
|
|
"s_margin": 1000
|
|
},
|
|
{
|
|
"max_n": 100,
|
|
"max_s": 500000,
|
|
"s_margin": 2000
|
|
},
|
|
{
|
|
"max_n": 50,
|
|
"max_s": 1000000,
|
|
"s_margin": 500
|
|
},
|
|
{
|
|
"max_n": 500,
|
|
"max_s": 50000,
|
|
"s_margin": 2000
|
|
},
|
|
{
|
|
"max_n": 50,
|
|
"max_s": 1000,
|
|
"s_margin": 500
|
|
},
|
|
{
|
|
"max_n": 1000,
|
|
"max_s": 100000,
|
|
"s_margin": 1000
|
|
}
|
|
] |