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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

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