游雁
2024-03-22 bb46c8219dd7b8dc5e8108a1786dda9766a61a8c
runtime/onnxruntime/src/tokenizer.cpp
@@ -53,8 +53,8 @@
        SetJiebaRes(jieba_dict_trie_, jieba_model_);
    }else {
        jieba_dict_trie_ = NULL;
        jieba_model_ = NULL;
        jieba_dict_trie_ = nullptr;
        jieba_model_ = nullptr;
    }
}