aws / aws-fpga

Official repository of the AWS EC2 FPGA Hardware and Software Development Kit
Other
1.51k stars 514 forks source link

Does AWS F1 support Vitis AI 2.5? #646

Open zain2323 opened 2 months ago

zain2323 commented 2 months ago

Hello, I have been trying to run the Vitis AI 2.5 on AWS F1 but I have been unable to do so. I can successfully run the examples using Vitis AI 1.4.1 described in this guide. https://xilinx.github.io/xup-vitis-

However, when I try to run the examples on Vitis AI 2.5, it gets stuck on this line:

auto graph = xir::Graph::deserialize(argv[1]);

I have tried using official Xilinx Vitis AI 2.5 and 1.4.1 AMIs. Can anyone guide me about this?

Thanks