Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fastBPE #89

Open
ErolOZKAN- opened this issue Jul 15, 2019 · 1 comment
Open

fastBPE #89

ErolOZKAN- opened this issue Jul 15, 2019 · 1 comment

Comments

@ErolOZKAN-
Copy link

fastBPE installation command needs to be changed:

from:
g++ -std=c++11 -pthread -O3 fast.cc -o fast

to:
g++ -std=c++11 -pthread -O3 fastBPE/main.cc -IfastBPE -o fast

@skeshaw
Copy link

skeshaw commented Jun 3, 2020

I am wondering why the command is not updated yet in the data prep script. This -I flag is literally the first thing I found when searching for such errors in C.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants