-
Notifications
You must be signed in to change notification settings - Fork 722
Description
🐛 Describe the bug
As a result of running
./run.sh --build_only --scratch-dir=build-dir on MacOS
cmake-out % size arm_executor_runner
__TEXT __DATA __OBJC others dec hex
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/size: file: arm_executor_runner is not an object file
Using arm-none-eabi-size instead works.
Versions
arm % python collect_env.py
Collecting environment information...
PyTorch version: 2.6.0.dev20241019
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: macOS 14.6.1 (arm64)
GCC version: Could not collect
Clang version: 15.0.0 (clang-1500.1.0.2.5)
CMake version: version 3.30.5
Libc version: N/A
Python version: 3.10.15 (main, Oct 3 2024, 02:24:49) [Clang 14.0.6 ] (64-bit runtime)
Python platform: macOS-14.6.1-arm64-arm-64bit
Is CUDA available: False
CUDA runtime version: No CUDA
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
CPU:
Apple M1 Pro
Versions of relevant libraries:
[pip3] executorch==0.5.0a0+ffad824
[pip3] numpy==1.21.3
[pip3] torch==2.6.0.dev20241019
[pip3] torchaudio==2.5.0.dev20241019
[pip3] torchsr==1.0.4
[pip3] torchvision==0.20.0.dev20241019
[conda] executorch 0.5.0a0+ffad824 pypi_0 pypi
[conda] numpy 1.21.3 pypi_0 pypi
[conda] torch 2.6.0.dev20241019 pypi_0 pypi
[conda] torchaudio 2.5.0.dev20241019 pypi_0 pypi
[conda] torchsr 1.0.4 pypi_0 pypi
[conda] torchvision 0.20.0.dev20241019 pypi_0 pypi