mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
37 lines
No EOL
640 B
JSON
37 lines
No EOL
640 B
JSON
[
|
|
{
|
|
"min_n": 200,
|
|
"max_n": 2000,
|
|
"max_vector_length": 500000
|
|
},
|
|
{
|
|
"min_n": 1,
|
|
"max_n": 1000,
|
|
"max_vector_length": 1000000
|
|
},
|
|
{
|
|
"min_n": 3,
|
|
"max_n": 30,
|
|
"max_vector_length": 5000
|
|
},
|
|
{
|
|
"min_n": 10,
|
|
"max_n": 100,
|
|
"max_vector_length": 50000
|
|
},
|
|
{
|
|
"min_n": 5,
|
|
"max_n": 50,
|
|
"max_vector_length": 1000
|
|
},
|
|
{
|
|
"min_n": 1,
|
|
"max_n": 100,
|
|
"max_vector_length": 1000000
|
|
},
|
|
{
|
|
"min_n": 2,
|
|
"max_n": 500,
|
|
"max_vector_length": 1000000
|
|
}
|
|
] |