From 741659cdf639c65a1375317e636bcf7407124ff4 Mon Sep 17 00:00:00 2001 From: Michael Watson Date: Tue, 14 Jul 2026 15:39:10 -0700 Subject: [PATCH] Sync from GitLab (2026-07-14) Last commit: baa262d0c5cb27ffba25ec6290245402503a4996 - Remove Advertized ARM Support This sync includes 1 commit(s) from GitLab. Excludes: - plugins/internal/ - .gitlab-ci.yml GitLab-Last-Synced-Commit: baa262d0c5cb27ffba25ec6290245402503a4996 Co-authored-by: Michael Watson --- src/wizard/configs/deploy/local_arm.yaml | 38 ------------------------ 1 file changed, 38 deletions(-) delete mode 100644 src/wizard/configs/deploy/local_arm.yaml diff --git a/src/wizard/configs/deploy/local_arm.yaml b/src/wizard/configs/deploy/local_arm.yaml deleted file mode 100644 index 097d0ec9..00000000 --- a/src/wizard/configs/deploy/local_arm.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# @package _global_ -# Deploy target: ARM64 workstation (Grace-Blackwell GB200/GB300/DGX Spark) - -defaults: - - local - - _self_ - -services: - driver: - image: alpasim-base:arm64 - environments: - - PYTORCH_NO_CUDA_MEMORY_CACHING=1 - physics: - image: alpasim-base:arm64 - runtime: - image: alpasim-base:arm64 - controller: - image: alpasim-base:arm64 - eval: - image: alpasim-base:arm64 - renderer: - image: nvcr.io/nvidia/nre/nre-ga:26.02 - external_image: true - environments: - - HOME=/tmp - - XDG_CACHE_HOME=/tmp/.cache - - OMP_NUM_THREADS=1 - # Blackwell GPUs (compute 10.3) not recognized by PyTorch in NRE image. - # Force 9.0+PTX for forward compatibility so slangtorch JIT doesn't crash. - - TORCH_CUDA_ARCH_LIST=9.0+PTX - command: - - "/app/run serve-grpc --port={port} --host=0.0.0.0 --artifact-glob=/mnt/nre-data/{sceneset}/**/*.usdz --egocar-hood-dir=/mnt/ego-hoods --no-enable-nrend --use-gsplat" - -# Skip services that don't have ARM builds -runtime: - endpoints: - trafficsim: - skip: true