From 491b2af1ecdf26f1513ac6a83f3490bf1b265449 Mon Sep 17 00:00:00 2001
From: 语帆 <yf352572@alibaba-inc.com>
Date: 星期四, 22 二月 2024 16:21:37 +0800
Subject: [PATCH] test

---
 funasr/auto/auto_model.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/funasr/auto/auto_model.py b/funasr/auto/auto_model.py
index a3202fd..68559d1 100644
--- a/funasr/auto/auto_model.py
+++ b/funasr/auto/auto_model.py
@@ -161,7 +161,7 @@
             vocab_size = len(tokenizer.token_list)
         else:
             vocab_size = -1
-        
+        pdb.set_trace()
         # build frontend
         frontend = kwargs.get("frontend", None)
         if frontend is not None:

--
Gitblit v1.9.1