Commit a2b41d78 authored by yangql's avatar yangql
Browse files

Update Src/Utility/tokenization.cpp

parent d8f53cee
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include "./tokenization.h" #include "./tokenization.h"
namespace cuBERT { namespace cuBERT {
void FullTokenizer::convert_tokens_to_ids(const std::vector<std::string> &tokens, uint64_t *ids) { void FullTokenizer::convert_tokens_to_ids(const std::vector<std::string> &tokens, uint64_t *ids) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment