We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad84b8 commit 2bdb390Copy full SHA for 2bdb390
.ci/scripts/wheel/vc_env_helper.bat
@@ -50,4 +50,6 @@ cd et
50
mklink /d executorch %work_dir%
51
cd executorch
52
53
-%args% || exit /b 1
+REM %args% || exit /b 1
54
+%args%
55
+timeout 600
setup.py
@@ -142,6 +142,9 @@ def string(cls) -> str:
142
@classmethod
143
def write_to_python_file(cls, path: str) -> None:
144
"""Creates a file similar to PyTorch core's `torch/version.py`."""
145
+
146
+ print(f"Writing version.py to {os.getcwd()}", file=sys.stderr)
147
148
lines = [
149
"from typing import Optional",
150
'__all__ = ["__version__", "git_version"]',
0 commit comments