mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
fix-autogen-configs
This commit is contained in:
parent
c6da916ec3
commit
1f75958248
1888 changed files with 0 additions and 139 deletions
37
examples/pipelines/autogen_configs/Cchickenorfish_test.json
Normal file
37
examples/pipelines/autogen_configs/Cchickenorfish_test.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[
|
||||
{
|
||||
"max_k": 4,
|
||||
"max_m": 10,
|
||||
"max_a": 15
|
||||
},
|
||||
{
|
||||
"max_k": 10,
|
||||
"max_m": 15,
|
||||
"max_a": 20
|
||||
},
|
||||
{
|
||||
"max_k": 6,
|
||||
"max_m": 9,
|
||||
"max_a": 20
|
||||
},
|
||||
{
|
||||
"max_k": 5,
|
||||
"max_m": 20,
|
||||
"max_a": 10
|
||||
},
|
||||
{
|
||||
"max_k": 7,
|
||||
"max_m": 8,
|
||||
"max_a": 15
|
||||
},
|
||||
{
|
||||
"max_k": 5,
|
||||
"max_m": 12,
|
||||
"max_a": 12
|
||||
},
|
||||
{
|
||||
"max_k": 8,
|
||||
"max_m": 15,
|
||||
"max_a": 18
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue