mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-23 16:55:02 +00:00
fix-autogen-configs
This commit is contained in:
parent
a5b02b547b
commit
e5d5e53728
1888 changed files with 0 additions and 139 deletions
30
examples/pipelines/autogen_configs/Dehabthexorcist_test.json
Normal file
30
examples/pipelines/autogen_configs/Dehabthexorcist_test.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"min_u": 0,
|
||||
"max_u": 1000,
|
||||
"min_v": 0,
|
||||
"max_v": 1000,
|
||||
"case_type": "easy"
|
||||
},
|
||||
{
|
||||
"min_u": 0,
|
||||
"max_u": 0,
|
||||
"min_v": 0,
|
||||
"max_v": 0,
|
||||
"case_type": "edge_case"
|
||||
},
|
||||
{
|
||||
"min_u": 0,
|
||||
"max_u": 1000000,
|
||||
"min_v": 0,
|
||||
"max_v": 1000000,
|
||||
"case_type": "medium"
|
||||
},
|
||||
{
|
||||
"min_u": 0,
|
||||
"max_u": 1000000000000000000,
|
||||
"min_v": 0,
|
||||
"max_v": 1000000000000000000,
|
||||
"case_type": "random"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue