Skip to content

Commit

Permalink
mbnet: Fix wrong include
Browse files Browse the repository at this point in the history
auto_test for mbnet int8 was failing due to this
  • Loading branch information
jonnor committed Dec 13, 2024
1 parent 4a409ca commit aa34e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mbnet/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
#elif TM_MDL_TYPE==TM_MDL_FP16
#include "../../tools/tmdl/mbnet128_0.25_fp16.h"
#elif TM_MDL_TYPE==TM_MDL_INT8
#include "../../tools/mbtestv2.h"
#include "../../tools/tmdl/mbnet128_0.25_q.h"
#elif TM_MDL_TYPE==TM_MDL_FP8_143
#include "../../tools/tmdl/mbnet128_0.25_fp8_143.h"
#elif TM_MDL_TYPE==TM_MDL_FP8_152
Expand Down

0 comments on commit aa34e7c

Please sign in to comment.