I’m trying to follow the instructions in https://github.com/pytorch/glow/blob/master/docs/AOT.md
When I reached this step, something went wrong,
cmake -G ninja <other cmake flags> -DGLOW_WITH_BUNDLES=ON -DGLOW_WITH_CPU=ON
-
ninja RunResNet50Bundle
Error creating directory “/bundles/resnet50”
Is this because I am running the command in the wrong directory?