remove unnecessary Path()
This commit is contained in:
parent
e6c631aea4
commit
9ba8156a70
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def load_model(model_name):
|
||||||
print(f"Could not find {pt_model}, exiting...")
|
print(f"Could not find {pt_model}, exiting...")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
model = load_quant(path_to_model, Path(f"{pt_path}"), bits)
|
model = load_quant(path_to_model, pt_path, bits)
|
||||||
|
|
||||||
# Multi-GPU setup
|
# Multi-GPU setup
|
||||||
if shared.args.gpu_memory:
|
if shared.args.gpu_memory:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue