glample / fastBPE

Fast BPE
MIT License
656 stars 96 forks source link

fastBPE will not install on windows 11 or WSL #64

Open Otto-V-Bismarck opened 5 months ago

Otto-V-Bismarck commented 5 months ago

I have been at this for about 13 hours now and it does not work everytime I try to install I get an error message about fastBPE.cpp like so: cc1plus: fatal error: fastBPE/fastBPE.cpp: No such file or directory compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

I just dont understand why this wont work. I mean I have tried everything and I need it since it's a dependency for TransCoder which is an AI that I have to use for a project. I am willing to try any work arounds or suggestions. Please help.

mhu2091 commented 4 months ago

Is your current directory the main folder ./fastBPE (not the subfolder) and does ./fastBPE/fastBPE/fastBPE.cpp exist?

Otto-V-Bismarck commented 3 months ago

No it's just fastBPE not ./fastBPE

mhu2091 commented 3 months ago

Could I see a screenshot of your folder structure? And is fastBPE.cpp in your folder?