Hello,
I am very new to this so this question might be very basic. I am trying to run some very basic matrix multiplication application on the AIPU. I have a model forward doing only GEMM and exported to onnx. I tried doing as in the tutorial with a .yaml file to then deploy it and use it (maybe with axrunmodel?) but I am failing to do so as I don’t know what to put in the model info in the .yaml file. For example I don’t know what to put in the Task_category.
Could you please explain how one would do that or tell me if I am doing all this completely wrong?
Thank you very much

