From c7c97cb0fe91b06dcbc391b5a7dee92d496dc894 Mon Sep 17 00:00:00 2001
From: aky15 <ankeyuthu@gmail.com>
Date: 星期四, 11 一月 2024 17:52:27 +0800
Subject: [PATCH] Update rwkv_encoder.py
---
funasr/__init__.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/funasr/__init__.py b/funasr/__init__.py
index f297bc3..d0b7aa5 100644
--- a/funasr/__init__.py
+++ b/funasr/__init__.py
@@ -6,3 +6,5 @@
version_file = os.path.join(dirname, "version.txt")
with open(version_file, "r") as f:
__version__ = f.read().strip()
+
+from funasr.bin.inference_cli import infer
\ No newline at end of file
--
Gitblit v1.9.1