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
44
examples/pipelines/puzzle_configs/hitori_test.json
Executable file
44
examples/pipelines/puzzle_configs/hitori_test.json
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"size": 7,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 6,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"number_range": [
|
||||
1,
|
||||
8
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 5,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 7,
|
||||
"number_range": [
|
||||
1,
|
||||
7
|
||||
]
|
||||
},
|
||||
{
|
||||
"size": 8,
|
||||
"number_range": [
|
||||
1,
|
||||
10
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue