We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3f552 commit 484a4abCopy full SHA for 484a4ab
.ci/scripts/setup-linux.sh
@@ -23,4 +23,3 @@ fi
23
# of nightly. This allows CI to test against latest commits from PyTorch
24
install_executorch "use-pt-pinned-commit"
25
build_executorch_runner "${BUILD_TOOL}"
26
-do_not_use_nightly_on_ci
pyproject.toml
@@ -65,6 +65,9 @@ dependencies=[
65
"ruamel.yaml",
66
"sympy",
67
"tabulate",
68
+ "torch==2.6.0",
69
+ "torchaudio==2.6.0",
70
+ "torchvision==0.21.0",
71
"typing-extensions",
72
]
73
0 commit comments