Adam Klein
Adam Klein
@thistleknot thanks for your reply. I tried my best to understand your last comment, but feel like the root cause is simply not having GLIBC 2.29 installed?
Thanks for the feedback, gosh that feels really hacky. Is there any other solution to fix the actual ctransformers package?
Hey @thistleknot - I do appreciate your help, understood, let me try your solutions 😀
this is interesting to note, but if you are working with a `requirements.txt` file how do you put this information in that?
Thanks @muellerzr for your quick response... I tried the following modifications below: ```bash --data_column "content" \ --split="train" \ --seq_length 2048 \ --max_steps 100 \ --batch_size 2 \ --gradient_accumulation_steps 4 \...
Well.... I just ran it, and it looks like it went fine for this dataset. It is very strange. I don't understand why it went just fine for this dataset...
@kalinkrustev quick question, can I use the target `x86_64-unknown-linux-gnu` instead of the `x86_64-unknown-linux-musl`? My local servers do not support that g++ version.
@kalinkrustev and @McPatate see my comment, here: https://github.com/huggingface/llm-ls/issues/25#issuecomment-1764466147 still does not work with older versions of `GLIBC`
> I tested the version from @kalinkrustev's fork and was able to get it running fine. What do we need to change to get this PR merged? @McPatate I am...
We are dealing with this is issue on our Cent OS 8 system. ```bash ldd --version ldd (GNU libc) 2.17 ``` What is the solution to this so far? We...