We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ccd3b commit 10bf6efCopy full SHA for 10bf6ef
1 file changed
.github/workflows/java-app.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Hugging Face Model to ONNX
29
run: |
30
# 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/
+ optimum-cli export onnx --opset 18 --atol 0.005 --task=token-classification --model=xlm-roberta-large-finetuned-conll03-english onnx_model/
32
33
# Upload the ONNX model as an artifact
34
- name: Upload ONNX model
0 commit comments