Setting Up ExecuTorch doc for macOS out of date

I ran into a “Too many open files (os error 24)” issue trying to build ExecuTorch on macOS Sonoma 14.5.

I resolved it by simply building from main.

The Setting Up ExecuTorch doc instructs you to clone a specific branch: git clone --branch v0.2.1 GitHub - pytorch/executorch: On-device AI across mobile, embedded and edge for PyTorch

This should probably be updated. Apologies if there’s a different process for flagging this that I’m unaware of :slight_smile:

2 Likes

Hey Bill,
Glad you were able to resolve the issue by building from main! We recently released ExecuTorch v0.3.0 and the Setting Up ExecuTorch doc has been updated to point to that.

3 Likes