Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

executable file
·
14 lines (13 loc) · 308 Bytes

Tools

In TransCoder/XLM/tools/, you will need to install fastBPE:

fastBPE

To get and compile fastBPE:

git clone https://github.com/glample/fastBPE
cd fastBPE
g++ -std=c++11 -pthread -O3 fastBPE/main.cc -IfastBPE -o fast

To get the python API (requires Cython)

python setup.py install