mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"max_a_size": 20,
|
||||
"max_u": 5000,
|
||||
"max_x": 2500,
|
||||
"max_k": 500,
|
||||
"max_s": 20000
|
||||
},
|
||||
{
|
||||
"max_a_size": 5,
|
||||
"max_u": 500,
|
||||
"max_x": 200,
|
||||
"max_k": 100,
|
||||
"max_s": 5000
|
||||
},
|
||||
{
|
||||
"max_a_size": 15,
|
||||
"max_u": 2000,
|
||||
"max_x": 1000,
|
||||
"max_k": 300,
|
||||
"max_s": 15000
|
||||
},
|
||||
{
|
||||
"max_a_size": 10,
|
||||
"max_u": 1000,
|
||||
"max_x": 500,
|
||||
"max_k": 200,
|
||||
"max_s": 10000
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue