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 fb00ef1 commit 26e5eeeCopy full SHA for 26e5eee
setup.py
@@ -471,9 +471,6 @@ def run(self):
471
is_linux_x86,
472
)
473
474
- print("runnig check_glibc_exist_and_validate")
475
- check_glibc_exist_and_validate()
476
-
477
if is_linux_x86() and check_glibc_exist_and_validate():
478
os.environ["EXECUTORCH_BUILDING_WHEEL"] = "1"
479
@@ -548,7 +545,6 @@ def run(self):
548
545
def copy_extensions_to_source(self) -> None:
549
546
"""For each extension in `ext_modules`, we need to copy the extension
550
547
file from the build directory to the correct location in the local
551
- file from the build directory to the correct location in the local
552
directory.
553
554
This should only be triggered when inplace mode (editable mode) is enabled.
0 commit comments