Skip to content

Commit

Permalink
fix min n_segments;
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu authored Oct 16, 2023
1 parent bf5b893 commit 13b30d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/augs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2458,15 +2458,15 @@
50,
120
],
"min": 0,
"min": 1,
"max": 500,
"pname": "n_segments",
"valueType": "int"
},
{
"type": "el-input-number",
"default": 128,
"min": 0,
"min": 1,
"max": 512,
"pname": "max_size",
"valueType": "int"
Expand Down Expand Up @@ -3568,4 +3568,4 @@
]
}
}
}
}

0 comments on commit 13b30d6

Please sign in to comment.