tidy(mm): remove unused method on probe

This commit is contained in:
psychedelicious 2024-03-05 19:22:34 +11:00
parent e8797787cf
commit e866d90ab2

View File

@ -110,14 +110,6 @@ class ModelProbe(object):
) -> None:
cls.PROBES[format][model_type] = probe_class
@classmethod
def heuristic_probe(
cls,
model_path: Path,
fields: Optional[Dict[str, Any]] = None,
) -> AnyModelConfig:
return cls.probe(model_path, fields)
@classmethod
def probe(
cls,