From eccf74684743593950ad259877db7ce9ffc06e93 Mon Sep 17 00:00:00 2001
From: TouchZZZ <zjw4235128@gmail.com>
Date: 星期四, 22 五月 2025 17:47:28 +0800
Subject: [PATCH] fix: msg_stamp.size() is unsigned,should convert to int (#2523)

---
 runtime/docs/docker_offline_cpu_en_lists |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/runtime/docs/docker_offline_cpu_en_lists b/runtime/docs/docker_offline_cpu_en_lists
index 8361fce..40e5852 100644
--- a/runtime/docs/docker_offline_cpu_en_lists
+++ b/runtime/docs/docker_offline_cpu_en_lists
@@ -1,6 +1,7 @@
 DOCKER:
-  funasr-runtime-sdk-en-cpu-0.1.3
-  funasr-runtime-sdk-en-cpu-0.1.2
+  funasr-runtime-sdk-en-cpu-0.1.6
+  funasr-runtime-sdk-en-cpu-0.1.5
+  funasr-runtime-sdk-en-cpu-0.1.4
 DEFAULT_ASR_MODEL:
   damo/speech_paraformer-large_asr_nat-en-16k-common-vocab10020-onnx
 DEFAULT_VAD_MODEL:

--
Gitblit v1.9.1