This commit is contained in:
Paul Gauthier 2024-07-10 07:28:52 +01:00
parent 60ad0dee25
commit 8f6098160b

View file

@ -43,8 +43,6 @@ def get_requirements():
url_match = re.search(r"Downloading (https://download\.pytorch\.org/[^\s]+\.whl)", line)
if url_match:
pytorch_url = url_match.group(1)
if pytorch_url:
process.terminate() # Terminate the subprocess
break