Skip to content

Commit 4e21361

Browse files
committed
split greedy_builder into encoder and tokenizer
1 parent 356a10f commit 4e21361

File tree

4 files changed

+1752
-20
lines changed

4 files changed

+1752
-20
lines changed

pcatt/greedy_builder.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ namespace py = pybind11;
1010
#include <numeric>
1111
#include <unordered_map>
1212
#include <unordered_set>
13-
// #include <boost/regex.hpp>
1413
#include <regex>
1514
#include "tbb.h"
1615
using namespace std;
17-
// using namespace boost;
1816
namespace chrono = std::chrono;
1917

2018
/*

0 commit comments

Comments
 (0)