Skip to content

Commit

Permalink
changed snpe versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 11, 2024
1 parent cb4aa58 commit efe56e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rvc4_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
fail-fast: false
matrix:
version:
- "2.21.0"
- "2.22.10"
- "2.23.0"
- "2.24.0"
- "2.25.0"
- "2.26.2"
- "2.27.0"

uses: ./.github/workflows/publish.yaml
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rvc4_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
fail-fast: false
matrix:
version:
- "2.22.10"
- "2.23.0"
- "2.24.0"
- "2.25.0"
- "2.26.2"
- "2.27.0"

uses: ./.github/workflows/modelconverter_test.yaml
secrets: inherit
Expand Down
7 changes: 5 additions & 2 deletions modelconverter/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class Format(str, Enum):
VersionOption: TypeAlias = Annotated[
Optional[str],
typer.Option(
"-v",
"--version",
help="""Version of the underlying conversion tools to use.
Only takes effect when --dev is used.
Available options differ based on the target platform:
Expand All @@ -74,14 +76,15 @@ class Format(str, Enum):
- `2022.3.0` (default)
- `RVC4`:
- `2.22.10`
- `2.23.0` (default)
- `2.24.0`
- `2.25.0`
- `2.26.2`
- `2.27.0`
- `HAILO`:
- `2024.04` (default)""",
- `2024.04` (default),
- `2024.07` (default)""",
show_default=False,
),
]
Expand Down

0 comments on commit efe56e3

Please sign in to comment.