zhifu gao
2024-03-28 d1b1fdd520cd33f0fc297eaa6ee6f451a85781cd
runtime/onnxruntime/src/ct-transformer-online.cpp
@@ -122,7 +122,7 @@
    {
        if (i > 0 && !(sentence_words_list[i][0] & 0x80) && (i + 1) < sentence_words_list.size() && !(sentence_words_list[i + 1][0] & 0x80))
        {
            sentence_words_list[i] = sentence_words_list[i] + " ";
            sentence_words_list[i] = " " + sentence_words_list[i];
        }
        if (nSkipNum < arr_cache.size())  //    if skip_num < len(cache):
            nSkipNum++;