From 8ceb2662f95d6e9185a00b7ccbff3ee596d46342 Mon Sep 17 00:00:00 2001
From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com>
Date: 星期二, 14 十一月 2023 19:28:31 +0800
Subject: [PATCH] set itn to false for timestamp problem (#1088)

---
 runtime/onnxruntime/src/bias-lm.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/runtime/onnxruntime/src/bias-lm.h b/runtime/onnxruntime/src/bias-lm.h
index 7254d49..e2d28a2 100644
--- a/runtime/onnxruntime/src/bias-lm.h
+++ b/runtime/onnxruntime/src/bias-lm.h
@@ -7,6 +7,9 @@
 #include "vocab.h"
 #include "util/text-utils.h"
 #include <yaml-cpp/yaml.h>
+#ifdef _WIN32
+#include "win_func.h"
+#endif
 // node type
 #define ROOT_NODE 0
 #define VALUE_ZERO 0.0f

--
Gitblit v1.9.1