This commit is contained in:
游雁 2025-08-15 15:22:18 +08:00
parent f5051c55cd
commit 4402e95b0f
2 changed files with 1 additions and 11 deletions

View File

@ -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

View File

@ -1 +1 @@
1.2.6
1.2.7