We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2458df commit a0899c4Copy full SHA for a0899c4
1 file changed
.github/workflows/ml_inference_ci.yml
@@ -174,7 +174,7 @@ jobs:
174
# These directories are not tracked by git but are referenced in post-build
175
# copy_directory commands. Create them so the build does not fail.
176
mkdir -p models data sample_images
177
- touch mnist_model.onnx mnist_model.onnx.data
+ touch mnist_model.onnx mnist_model.onnx.data mnist_weights.bin
178
179
- name: Configure
180
shell: bash
0 commit comments