mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
20 lines
No EOL
288 B
JSON
20 lines
No EOL
288 B
JSON
[
|
|
{
|
|
"n_min": 10,
|
|
"n_max": 20,
|
|
"h_min": 1,
|
|
"h_max": 10000
|
|
},
|
|
{
|
|
"n_min": 5,
|
|
"n_max": 10,
|
|
"h_min": 1,
|
|
"h_max": 1000
|
|
},
|
|
{
|
|
"n_min": 1,
|
|
"n_max": 1,
|
|
"h_min": 1,
|
|
"h_max": 1
|
|
}
|
|
] |