Valentin
Valentin
So basically Option A could also be implemented by just passing back the previous conversation as the initial prompt? While what I'm more interested in is Option B where we...
Here are the best options I found for Intel 13th core: https://github.com/ggerganov/llama.cpp/discussions/229#discussioncomment-5454503: I tinkered a bit and is what seemed the best on my i5 13500: - Switch from OpenBLAS...
Thanks for your PR! I was using BLAS to achieve something similar as what you are doing: tweaking the BLAS environment variable to set the number of eval threads, while...
@IgnacioCTO FYI PacketRusher supports Xn Handover if needed: https://github.com/HewlettPackard/PacketRusher
Hi @IgnacioCTO! Sadly, for now, there no easy way to access the gnB and you have to use timers. Can you open an issue on the repository? I'll take a...
If you are on Ubuntu and you use the generic kernel, you may install bpftool by installing the package linux-tools-generic and linux-tools-common. @kouamdo
Hi @brianchennn, I think the rationale to use int instead of string was to enforce that SST was mandatory while SD was not. Though it's stupid (especially since slicesupportlist and...
Fixed :-)
There are still a few things to do: - Refactor the code so that it's the gNodeB that's responsible for creating the interfaces / configuring the eBPF and not the...
Hi @Borjis131, Thanks for the suggestion. We haven't been doing that for now as we didn't really make our first official release yet. We wanted to tackle #76 / #31...