Skip to content

Commit 19dbc44

Browse files
committed
lint
1 parent 1aeb72b commit 19dbc44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

convert_lora_to_gguf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def load_hparams_from_hf(hf_model_id: str) -> dict[str, Any]:
326326
logger.info(f"Loading base model: {dir_base_model.name}")
327327
hparams = Model.load_hparams(dir_base_model)
328328

329-
330329
with torch.inference_mode():
331330
try:
332331
model_class = Model.from_model_architecture(hparams["architectures"][0])

0 commit comments

Comments
 (0)