File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ read -r BUILD_TOOL BUILD_MODE EDITABLE < <(parse_args "$@")
16
16
# have already been installed, so we use PyTorch build from source here instead
17
17
# of nightly. This allows CI to test against latest commits from PyTorch
18
18
if [[ " ${EDITABLE:- false} " == " true" ]]; then
19
- install_executorch --use-pt-pinned-commit -- editable
19
+ install_executorch --editable
20
20
else
21
- install_executorch --use-pt-pinned-commit
21
+ install_executorch
22
22
fi
23
23
build_executorch_runner " ${BUILD_TOOL} " " ${BUILD_MODE} "
24
-
25
- if [[ " ${GITHUB_BASE_REF:- } " == * main* || " ${GITHUB_BASE_REF:- } " == * gh* ]]; then
26
- do_not_use_nightly_on_ci
27
- fi
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ dependencies=[
66
66
" ruamel.yaml" ,
67
67
" sympy" ,
68
68
" tabulate" ,
69
+ " torch==2.7.0" ,
70
+ " torchaudio==2.7.0" ,
71
+ " torchvision==0.22.0" ,
69
72
" torchao==0.10.0" ,
70
73
" typing-extensions" ,
71
74
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
You can’t perform that action at this time.
0 commit comments