mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
cleanup
This commit is contained in:
parent
60ad0dee25
commit
8f6098160b
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue