夜雨飘零
2023-12-19 53fccccb24d15d788919d91c8c2b06a115ddacf3
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;