Skip to content

Commit 10bf6ef

Browse files
authored
ci: fix
1 parent e2ccd3b commit 10bf6ef

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_model/
3232
3333
# Upload the ONNX model as an artifact
3434
- name: Upload ONNX model

0 commit comments

Comments
 (0)