雾聪
2024-03-14 3549c0106e5a35ef2ddffdfd7381e613ed5310bd
funasr/bin/export.py
@@ -24,7 +24,8 @@
    if kwargs.get("debug", False):
        import pdb; pdb.set_trace()
    if "device" not in kwargs:
        kwargs["device"] = "cpu"
    model = AutoModel(**kwargs)
    
    res = model.export(input=kwargs.get("input", None),