fastBPE
fastBPE copied to clipboard
clang: error: no such file or directory: 'fastBPE/fastBPE.cpp'
trafficstars
clang: error: no such file or directory: 'fastBPE/fastBPE.cpp' mac os 10.9 read error
+1 on Ubuntu
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.
Yeah I am also having this error anyone have a solution for windows or WSL?
I have fixed this issue, setup.py is looking for an incorrect file https://github.com/glample/fastBPE/pull/66