Skip to content

Commit 40249dd

Browse files
committed
cleanup
1 parent 9805635 commit 40249dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ def print_registered_models(cls):
465465
@classmethod
466466
def from_model_architecture(cls, arch: str, model_type = ModelType.TEXT) -> type[ModelBase]:
467467
try:
468-
print(f"model_type: {model_type}, arch: {arch}")
469468
return cls._model_classes[model_type][arch]
470469
except KeyError:
471470
raise NotImplementedError(f'Architecture {arch!r} not supported!') from None

0 commit comments

Comments
 (0)