Vishnu A Joshy

Results 6 comments of Vishnu A Joshy

I am getting the below error while trying to run model (mistral-7b-openorca.Q4_K_M) which requires **ctransformers** in AWS server. Can someone help me with the solution? Error OSError: /lib64/libm.so.6: version `GLIBC_2.29'...

@aritra3520 Try with this command "pip install ctransformers --no-binary ctransformers --no-cache-dir" it may solve your problem. It solved for me —

> @berkedilekoglu Is it possible to add memory in the chat-zero-shot-react-description agent. If yes Please Give me some explanation. I tried a lot can't able to add. I am also...

I am facing the same error OSError: /lib64/libm.so.6: version `GLIBC_2.29' not found...Any solution ?

@khanjandharaiya I tried running pip install ctransformers --no-binary ctransformers ..But I am still getting the same error. I am running AWS server

@khanjandharaiya ..Thank you very much it worked