Skip to content

Commit 00aa3b4

Browse files
committed
Update
[ghstack-poisoned]
1 parent 715b648 commit 00aa3b4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.ci/scripts/unittest-windows.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
1720
if ($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
3232
pytest --continue-on-collection-errors -vv --full-trace -c pytest-windows.ini

exir/tracer.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
from torch._dynamo.guards import Guard
5050
from 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-
5752
from torch.export import default_decompositions
5853
from torch.func import functionalize
5954
from torch.fx.operator_schemas import normalize_function

0 commit comments

Comments
 (0)