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;