mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
34 lines
No EOL
492 B
JSON
34 lines
No EOL
492 B
JSON
[
|
|
{
|
|
"max_n": 15,
|
|
"max_k": 5,
|
|
"coord_range": [
|
|
1,
|
|
10000
|
|
]
|
|
},
|
|
{
|
|
"max_n": 18,
|
|
"max_k": 7,
|
|
"coord_range": [
|
|
5,
|
|
20000
|
|
]
|
|
},
|
|
{
|
|
"max_n": 14,
|
|
"max_k": 3,
|
|
"coord_range": [
|
|
10,
|
|
15000
|
|
]
|
|
},
|
|
{
|
|
"max_n": 20,
|
|
"max_k": 6,
|
|
"coord_range": [
|
|
1,
|
|
100000
|
|
]
|
|
}
|
|
] |