File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- 4d4abec80f03cd8fdefe1d9cb3a60d3690cd777e
1+ 53a2908a10f414a2f85caa06703a26a40e873869
Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ def install_requirements(use_pytorch_nightly):
231231 # that we don't need to set any version number there because they have already
232232 # been installed on CI before this step, so pip won't reinstall them
233233 f"torch==2.10.0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torch" ,
234- f"torchao==0.14.0{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torchao" ,
235234 ]
236235
237236 # Install the requirements for core ExecuTorch package.
@@ -253,7 +252,7 @@ def install_requirements(use_pytorch_nightly):
253252 )
254253
255254 LOCAL_REQUIREMENTS = [
256- # "third-party/ao", # We need the latest kernels for fast iteration, so not relying on pypi.
255+ "third-party/ao" , # We need the latest kernels for fast iteration, so not relying on pypi.
257256 ] + (
258257 [
259258 "extension/llm/tokenizers" , # TODO(larryliu0820): Setup a pypi package for this.
You can’t perform that action at this time.
0 commit comments