shixian.shi
2024-01-10 e30a17cf4e715b3d139fa1e0ba01cda1bcf0f884
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;