schnapper79
schnapper79
- [ x] Checked for duplicates ### Describe the bug During the configuration of cling cmake doesn't find the paths to include directories ``` -- Cling version (from VERSION file):...
Hello, I am trying to compile a shared library which uses cling to compile some dynamic functions. If i make it an executable everything works fine. But if i make...
I run the tutorial notebooks in a docker as proposed in the ReadMe. Everything works fine, except tutorial no 3. when running Cell 4 ``` # input images, shape (N,...
I use the example programm from this repository, together with boringtun. On my dekstop linux pc and on windows this program works without problems. On an arm7 device getting all...
Hi there, i seem to have a strange behavior which I narrowed down to this library even if it makes no sense in the first place. I wrote an application...
I used your example to create a UQFF file from Lama-3.2-90B. Now i am really struggling with loading the model from this UQFF-file. i try to use --from-uqff, but without...
I tried to follow the quickstart. Obviously there is a problem with faiss and numpy. ``` Traceback (most recent call last): File "/workspace/retrieval-scaling/ric/main_ric.py", line 8, in from src.index import build_index...