From 6e22735f6558184413bd5d93d18f0aa5f749e0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=AE=88?= Date: Mon, 9 Sep 2024 20:36:39 +0800 Subject: [PATCH] chore: update model paths in websocket server --- runtime/python/websocket/funasr_wss_server_streaming_llm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/python/websocket/funasr_wss_server_streaming_llm.py b/runtime/python/websocket/funasr_wss_server_streaming_llm.py index f1ef9b890..59f5af54e 100644 --- a/runtime/python/websocket/funasr_wss_server_streaming_llm.py +++ b/runtime/python/websocket/funasr_wss_server_streaming_llm.py @@ -77,6 +77,7 @@ audio_encoder_dir = snapshot_download("iic/SenseVoice", cache_dir=None, revision # audio_encoder_dir = "/nfs/yangyexin.yyx/init_model/iic/SenseVoiceModelscope_0712" device = "cuda:0" all_file_paths = [ + "FunAudioLLM/qwen2_7b_mmt_v15_20240903", "FunAudioLLM/qwen2_7b_mmt_v15_20240902", "FunAudioLLM/qwen2_7b_mmt_v14_20240830", "FunAudioLLM/audiolm_v11_20240807",