From df24be289221a37b55f9853d2083cf5a0a5382dc Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期四, 26 九月 2024 00:11:19 +0800
Subject: [PATCH] Revert "fix onnxruntime memoryleak when load model (#2108)"

---
 examples/industrial_data_pretraining/sense_voice/demo.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/examples/industrial_data_pretraining/sense_voice/demo.py b/examples/industrial_data_pretraining/sense_voice/demo.py
index 3a88643..b8a10a8 100644
--- a/examples/industrial_data_pretraining/sense_voice/demo.py
+++ b/examples/industrial_data_pretraining/sense_voice/demo.py
@@ -1,8 +1,7 @@
 #!/usr/bin/env python3
 # -*- encoding: utf-8 -*-
-# Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved.
+# Copyright FunASR (https://github.com/FunAudioLLM/SenseVoice). All Rights Reserved.
 #  MIT License  (https://opensource.org/licenses/MIT)
-
 
 from funasr import AutoModel
 from funasr.utils.postprocess_utils import rich_transcription_postprocess

--
Gitblit v1.9.1