File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ if [[ "$FLOW" == *arm* ]]; then
6060
6161 # Setup ARM deps.
6262 if [[ " $FLOW " == * vgf* ]]; then
63- # Vulkan-SDK required for VGF backend
64- source .ci/scripts/setup-vulkan-linux-deps.sh
6563 .ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps --install-mlsdk-deps-with-pip
6664 else
6765 .ci/scripts/setup-arm-baremetal-tools.sh
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294294 - test_arm_baremetal : test_model_smollm2-135M
295295 fail-fast : false
296296 with :
297- runner : linux.g5.4xlarge.nvidia.gpu
297+ runner : linux.2xlarge.memory
298298 docker-image : ci-image:executorch-ubuntu-22.04-arm-sdk
299299 submodules : ' recursive'
300300 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments