File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- 0a94bb432ed75cc2d950d81b2921363218a7e459
1
+ 27e35de6c288bffad1b4d18b393579c1d1a95547
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ setup_macos_env_variables
121
121
# NB: we need buck2 in all cases because cmake build also depends on calling
122
122
# buck2 atm
123
123
install_buck
124
+ brew install libomp
124
125
install_pip_dependencies
125
126
126
127
# TODO(huydhn): Unlike our self-hosted runner, GitHub runner doesn't have access
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def python_is_compatible():
67
67
# NOTE: If a newly-fetched version of the executorch repo changes the value of
68
68
# NIGHTLY_VERSION, you should re-run this script to install the necessary
69
69
# package versions.
70
- NIGHTLY_VERSION = "dev20250104 "
70
+ NIGHTLY_VERSION = "dev20250131 "
71
71
72
72
73
73
def install_requirements (use_pytorch_nightly ):
@@ -76,7 +76,7 @@ def install_requirements(use_pytorch_nightly):
76
76
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
77
77
# that we don't need to set any version number there because they have already
78
78
# been installed on CI before this step, so pip won't reinstall them
79
- f"torch==2.6 .0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torch" ,
79
+ f"torch==2.7 .0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torch" ,
80
80
(
81
81
f"torchvision==0.22.0.{ NIGHTLY_VERSION } "
82
82
if use_pytorch_nightly
You can’t perform that action at this time.
0 commit comments