Aleksei Balandin

Results 8 comments of Aleksei Balandin

> Hi @alexbalandi! > > Right now, you can't use external vocab to define your bpe model. > We plan to support converting different subword formats into yttm format in...

Hello! Is the code provided by @darklow currently the best way to add custom log level or is there a cleaner API as of now?

Thank you very much for your answer, @carsakiller ! I have refactored the code quite a bit since then, now this part of code looks like this: ```lua ---@enum (key)...

> you may close this issue, i compiled from source and then compiled normally and it worked, i still have no clue what was up but its there now... i...

the solution for us was to make sure `c++` and `gcc` point to the same compiler So on my Arch/KDE setup I: 1. Installed cuda with `pacman -S cuda` 2....

@developedby Judging from my outputs, it was a symlink to /usr/bin/gcc anyway :sweat_smile: But ty!

> > Judging from my outputs, it was a symlink to /usr/bin/gcc anyway 😅 But ty! > > On my fresh Arch install, it is not; I recommend users check...

> I think it should work if you set the environment variable `CXX` to whatever is the path to gcc > > ``` > export CXX=/path/to/the/right/gcc > cargo install hvm...