Skip to content

Commit

Permalink
Revert "Resolved merge conflicts..." - bc6c296 was a bad merge
Browse files Browse the repository at this point in the history
Due to manual edits I made, some outdated changes were favoured in the merge.

This reverts commit bc6c296, reversing
changes made to 44d1f35.
  • Loading branch information
penrosed committed Oct 29, 2024
1 parent bc6c296 commit b20526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/kws/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import os
import shutil

model_name = "MLP_W3A3_python_speech_features_pre-processing_QONNX_opset-11"
model_name = "MLP_W3A3_python_speech_features_pre-processing_QONNX"
model_file = "models/" + model_name + ".onnx"

verif_en = os.getenv("VERIFICATION_EN", "0")
Expand Down

0 comments on commit b20526d

Please sign in to comment.