glample / fastBPE

Fast BPE
MIT License
656 stars 96 forks source link

clang: error: no such file or directory: 'fastBPE/fastBPE.cpp' #60

Open ver007 opened 1 year ago

ver007 commented 1 year ago

clang: error: no such file or directory: 'fastBPE/fastBPE.cpp' mac os 10.9 read error

gordicaleksa commented 1 year ago

+1 on Ubuntu

manueldeprada commented 9 months ago

Clone the repo, execute: g++ -std=c++11 -pthread -O3 fastBPE/main.cc -IfastBPE -o fast pip install ./

Working on python 3.12, fedora linux.

Otto-V-Bismarck commented 5 months ago

Yeah I am also having this error anyone have a solution for windows or WSL?