Skip to content

Commit 2298c5a

Browse files
authored
ci: fix
fix model conversion query
1 parent d0f55e8 commit 2298c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Hugging Face Model to ONNX
2929
run: |
3030
# Convert Hugging Face Model to ONNX
31-
optimum-cli export onnx --opset 18 --atol 0.005 \ --task=token-classification \ --model=xlm-roberta-large-finetuned-conll03-english onnx/
31+
optimum-cli export onnx --opset 18 --atol 0.005 --task=token-classification --model=xlm-roberta-large-finetuned-conll03-english onnx/
3232
3333
# Upload the ONNX model as an artifact
3434
- name: Upload ONNX model

0 commit comments

Comments
 (0)