mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Minor bug fix
This commit is contained in:
parent
9c53517d2c
commit
05593a7834
@ -341,7 +341,6 @@ def load_soft_prompt(name):
|
||||
else:
|
||||
logging.info(f"{field}: {j[field]}")
|
||||
|
||||
logging.info()
|
||||
tensor = np.load('tensor.npy')
|
||||
Path('tensor.npy').unlink()
|
||||
Path('meta.json').unlink()
|
||||
|
Loading…
Reference in New Issue
Block a user