Open dageita opened 2 days ago
Yes, you need to add the -c
flag to specify the configuration file, which is astra-sim-alibabacloud/inputs/config/SimAI.conf
.
The hanging issue is due to slight changes in the format of workload parsing in the new SimAI-Analytical (mainly to support VPP). You can try example/workload_analytical.txt.
I will update this part accordingly later.
I noticed that the parameter -c is required in the new version v1.0, and tutorial has not been updated yet. Using SimAI_simulator without -c will result in an infinite loop, I think this is due to this code segment:
Should exception handler added?