From 09a28d19df5854bdd4bd4d3a05dcb6f502ec6b07 Mon Sep 17 00:00:00 2001 From: "shixian.shi" Date: Fri, 12 Jan 2024 18:02:10 +0800 Subject: [PATCH] update --- funasr/bin/inference.py | 1 - 1 file changed, 1 deletion(-) diff --git a/funasr/bin/inference.py b/funasr/bin/inference.py index 5ba0474ae..21938e65d 100644 --- a/funasr/bin/inference.py +++ b/funasr/bin/inference.py @@ -168,7 +168,6 @@ class AutoModel: device = "cpu" # kwargs["batch_size"] = 1 kwargs["device"] = device - import pdb; pdb.set_trace() if kwargs.get("ncpu", None): torch.set_num_threads(kwargs.get("ncpu"))