Commit
·
1ae9df0
1
Parent(s):
1228ff6
add a new model
Browse files
model.py
CHANGED
|
@@ -2086,6 +2086,7 @@ def _get_funasr_nano(
|
|
| 2086 |
else:
|
| 2087 |
local_dir = "sherpa-onnx-funasr-nano-int8-2025-12-30"
|
| 2088 |
|
|
|
|
| 2089 |
if not Path(encoder_adaptor).is_file():
|
| 2090 |
os.system(
|
| 2091 |
f"""
|
|
|
|
| 2086 |
else:
|
| 2087 |
local_dir = "sherpa-onnx-funasr-nano-int8-2025-12-30"
|
| 2088 |
|
| 2089 |
+
encoder_adaptor = f"{local_dir}/encoder_adaptor.int8.onnx"
|
| 2090 |
if not Path(encoder_adaptor).is_file():
|
| 2091 |
os.system(
|
| 2092 |
f"""
|