Skip to content

Commit

Permalink
Edit fields
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc committed Jul 7, 2023
1 parent 9f9c4c0 commit 243f800
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/model-uploader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
description: "Model format for auto-tracing"
required: true
type: choice
default: "Both"
options:
- "TORCH_SCRIPT"
- "ONNX"
Expand All @@ -26,6 +27,12 @@ on:
description: "(Optional) You can specify the pooling mode of the model here if it does not exist in original config.json file."
required: false
type: string
options:
- ""
- "CLS"
- "MEAN"
- "MAX"
- "MEAN_SQRT_LEN"

jobs:
model-tracing:
Expand Down

0 comments on commit 243f800

Please sign in to comment.