cdevelop
2023-11-15 eff2570faf3dae7908db87edf4ef1a6ea88e5b33
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;