Skip to main content

Test your model

larod-client

You can use the larod-client service on the device to quickly try to load and run your model.

First, ssh to your device. See instructions here.

Then, copy your model to the device, for example, using scp:

scp ./my-model.bin my-ssh-user@192.168.0.90:/tmp

Finally, use larod-client to load & run the model. See instructions here.

Get logs

If you have problems running your model, you can use the following command on the device to get logs of what happened:

journalctl -u larod

You should also check the system log for errors and warnings.