From 4402e95b0f32907397a19caa6e32abd71a85dc1c Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 15 八月 2025 15:22:18 +0800
Subject: [PATCH] v1.2.7

---
 funasr/version.txt |    2 +-
 /dev/null          |   10 ----------
 2 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/export.py b/export.py
deleted file mode 100644
index a891e60..0000000
--- a/export.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# method2, inference from local path
-from funasr import AutoModel
-
-model = AutoModel(
-    model="iic/emotion2vec_base",
-    hub="ms"
-)
-
-res = model.export(type="onnx", quantize=False, opset_version=13, device='cpu')  # fp32 onnx-gpu
-# res = model.export(type="onnx_fp16", quantize=False, opset_version=13, device='cuda')  # fp16 onnx-gpu
diff --git a/funasr/version.txt b/funasr/version.txt
index 7e099ec..a77d7d9 100644
--- a/funasr/version.txt
+++ b/funasr/version.txt
@@ -1 +1 @@
-1.2.6
\ No newline at end of file
+1.2.7
\ No newline at end of file

--
Gitblit v1.9.1