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