Skip to content

Commit 56f6ea6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 4d35f0b commit 56f6ea6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.ci/scripts/wheel/test_windows.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
import sys
98
from typing import List
109

11-
import executorch
12-
1310
import torch
1411
from executorch.backends.xnnpack.partition.xnnpack_partitioner import XnnpackPartitioner
1512
from executorch.examples.models import Backend, Model, MODEL_NAME_TO_MODEL

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ def string(cls) -> str:
143143
def write_to_python_file(cls, path: str) -> None:
144144
"""Creates a file similar to PyTorch core's `torch/version.py`."""
145145

146-
os.makedirs(os.path.dirname(path), exist_ok=True)
147-
148146
lines = [
149147
"from typing import Optional",
150148
'__all__ = ["__version__", "git_version"]',

0 commit comments

Comments
 (0)