File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ conda activate et
1414# See https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line.
1515& " C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\Launch-VsDevShell.ps1" - Arch amd64
1616
17+ # Install test dependencies
18+ pip install - r .ci/ docker/ requirements- ci.txt
19+
1720if ($editable -eq ' true' ) {
1821 install_executorch.bat -- editable
1922} else {
@@ -24,9 +27,6 @@ if ($LASTEXITCODE -ne 0) {
2427 exit $LASTEXITCODE
2528}
2629
27- # Install test dependencies
28- pip install - r .ci/ docker/ requirements- ci.txt
29-
3030# Run pytest with coverage
3131# pytest -n auto --cov=./ --cov-report=xml
3232pytest -- continue- on- collection- errors - vv -- full- trace - c pytest- windows.ini
Original file line number Diff line number Diff line change 4949from torch ._dynamo .guards import Guard
5050from torch ._functorch .eager_transforms import _maybe_unwrap_functional_tensor
5151
52- print (f"Checking torch version..." )
53- print (f"Version: { torch .__version__ } " )
54- print (torch .__file__ )
55- print (torch .export .__file__ )
56-
5752from torch .export import default_decompositions
5853from torch .func import functionalize
5954from torch .fx .operator_schemas import normalize_function
You can’t perform that action at this time.
0 commit comments