Simplify a function
This commit is contained in:
parent
ffd102e5c0
commit
0b458bf82d
1 changed files with 1 additions and 2 deletions
|
@ -194,8 +194,7 @@ def unload_model():
|
|||
|
||||
|
||||
def reload_model():
|
||||
shared.model = shared.tokenizer = None
|
||||
clear_torch_cache()
|
||||
unload_model()
|
||||
shared.model, shared.tokenizer = load_model(shared.model_name)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue