mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
22 lines
No EOL
368 B
JSON
22 lines
No EOL
368 B
JSON
[
|
|
{
|
|
"max_students": 200,
|
|
"max_groups": 20,
|
|
"max_edges": 500
|
|
},
|
|
{
|
|
"max_students": 20,
|
|
"max_groups": 10,
|
|
"max_edges": 50
|
|
},
|
|
{
|
|
"max_students": 50,
|
|
"max_groups": 10,
|
|
"max_edges": 100
|
|
},
|
|
{
|
|
"max_students": 10,
|
|
"max_groups": 5,
|
|
"max_edges": 20
|
|
}
|
|
] |