Skip to content

Commit e4e6da8

Browse files
committed
oops
1 parent e19916c commit e4e6da8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mergekit/scripts/extract_lora.py

-2
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ def _make_dummy_model(
334334
auto_cls = get_auto_cls(model_cfg.architectures[0])
335335
with torch.device("meta"):
336336
res = auto_cls.from_config(model_cfg, trust_remote_code=trust_remote_code)
337-
print(res)
338-
print(f"device: {res.device}")
339337
return res
340338

341339

0 commit comments

Comments
 (0)