shixian.shi
2023-11-23 c9f1b4e8a2e903f74de20d019e70307c26e93c3e
runtime/onnxruntime/src/vocab.cpp
@@ -199,7 +199,7 @@
        }
    }
    if (language == "en-bpe" and combine != ""){
    if (language == "en-bpe" && combine != ""){
        combine = WordFormat(combine);
        if (words.size() != 0){
            combine = " " + combine;