mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
17 lines
No EOL
255 B
JSON
17 lines
No EOL
255 B
JSON
[
|
|
{
|
|
"max_n": 1000,
|
|
"max_q": 500,
|
|
"max_op_len": 100
|
|
},
|
|
{
|
|
"max_n": 100,
|
|
"max_q": 100,
|
|
"max_op_len": 10
|
|
},
|
|
{
|
|
"max_n": 100000,
|
|
"max_q": 1000,
|
|
"max_op_len": 250
|
|
}
|
|
] |