游雁
2024-04-23 22d71ff774d409f8b413f9955a7c0efef5b3e288
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),