mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
337 B
JSON
22 lines
No EOL
337 B
JSON
[
|
|
{
|
|
"max_n": 10,
|
|
"a_max": 1000000000,
|
|
"b_max": 1000000000
|
|
},
|
|
{
|
|
"max_n": 5,
|
|
"a_max": 1000000,
|
|
"b_max": 1000000
|
|
},
|
|
{
|
|
"max_n": 8,
|
|
"a_max": 500000,
|
|
"b_max": 500000
|
|
},
|
|
{
|
|
"max_n": 1,
|
|
"a_max": 1000,
|
|
"b_max": 1000
|
|
}
|
|
] |