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": 100,
|
|
"min_n": 2,
|
|
"ai_max": 1000000000000
|
|
},
|
|
{
|
|
"max_n": 50,
|
|
"min_n": 2,
|
|
"ai_max": 1000000
|
|
},
|
|
{
|
|
"max_n": 10,
|
|
"min_n": 2,
|
|
"ai_max": 1
|
|
},
|
|
{
|
|
"max_n": 100,
|
|
"min_n": 10,
|
|
"ai_max": 1000000000000000000
|
|
}
|
|
] |