Skip to content

Commit ced6a62

Browse files
committed
Revert linux.g5.4xlarge.nvidia.gpu runner
1 parent f0baf5e commit ced6a62

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.ci/scripts/test_backend.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)