Skip to content

Commit a68dda6

Browse files
mergennachinmalfet
authored andcommitted
1 parent dab0600 commit a68dda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def _load_model_not_gguf(builder_args):
207207
checkpoint[key] = cps[0][key]
208208
else:
209209
checkpoint = torch.load(
210-
builder_args.checkpoint_path,
210+
str(builder_args.checkpoint_path),
211211
map_location=builder_args.device,
212212
mmap=True,
213213
weights_only=True,

0 commit comments

Comments
 (0)