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
a5b02b547b
commit
e5d5e53728
1888 changed files with 0 additions and 139 deletions
44
examples/pipelines/autogen_configs/Creport_test.json
Normal file
44
examples/pipelines/autogen_configs/Creport_test.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"max_n": 200,
|
||||
"max_m": 100,
|
||||
"min_val": -1000000000,
|
||||
"max_val": 1000000000
|
||||
},
|
||||
{
|
||||
"max_n": 300,
|
||||
"max_m": 150,
|
||||
"min_val": -1000000,
|
||||
"max_val": 1000000
|
||||
},
|
||||
{
|
||||
"max_n": 500,
|
||||
"max_m": 250,
|
||||
"min_val": -1000000000,
|
||||
"max_val": 1000000000
|
||||
},
|
||||
{
|
||||
"max_n": 400,
|
||||
"max_m": 200,
|
||||
"min_val": -1000000,
|
||||
"max_val": 1000000
|
||||
},
|
||||
{
|
||||
"max_n": 500,
|
||||
"max_m": 200,
|
||||
"min_val": -100000,
|
||||
"max_val": 100000
|
||||
},
|
||||
{
|
||||
"max_n": 50,
|
||||
"max_m": 30,
|
||||
"min_val": -100000,
|
||||
"max_val": 100000
|
||||
},
|
||||
{
|
||||
"max_n": 100,
|
||||
"max_m": 50,
|
||||
"min_val": -1000000000,
|
||||
"max_val": 1000000000
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue