mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-31 21:04:15 +01:00
Clean up
This commit is contained in:
parent
bac652bb1d
commit
0b9ab1438d
|
|
@ -367,8 +367,6 @@ def update_requirements(initial_installation=False, pull=True):
|
|||
|
||||
if 'wheels_changed' in last_state or last_state.get('last_installed_commit') != current_commit:
|
||||
wheels_changed = True
|
||||
else:
|
||||
last_state = {}
|
||||
|
||||
if pull:
|
||||
# Read .whl lines before pulling
|
||||
|
|
|
|||
Loading…
Reference in a new issue