Ei-model from github or deployment

Hello,
been trying to swap out the github ei-model for a deployment version but visual studio keeps looping during the build.
I flashed the github version with vs on the thingy53,
https://github.com/edgeimpulse/firmware-nordic-thingy53
and continuous motion inference is coming across the terminal and iphone.
Then tried the same with the tutorial continuous motion,
https://studio.edgeimpulse.com/public/14299/latest
by cloning the tutorial to my project, and deploying the c++ library locally, then swapping out the ei-model directory that was there from github with the one from the tutorial.
Except when I’m trying to build and flash, visual studio ncs sdk v2.4.0 seems to be looking for something and gets stuck in an endless loop.
I also tried swapping out the ei-model from keyword spotting, and the same looping result.
https://studio.edgeimpulse.com/public/14225/latest
Is this procedure in itself correct, and maybe what other step am I missing?
thank-you,

I can get the swap to work, deployment ei-model instead of the github version,
if these two github files are not updated by the new deployment:

/ei-model/edge-impulse-sdk/classifier/inferencing_engines/tensorrt.h

/ei-model/edge-impulse-sdk/porting/ei_classifier_porting.h

1 Like