terminate called after throwing an instance of 'std::runtime_error' | what(): unexpectedly reached end of file | Aborted (core dumped)

#31
by baobirdy - opened

Hello, I am running the llama-2-7b-chat.ggmlv3.q4_0.bin model with langchain and CTransformers.
My systems: Ubuntu 20.04. I ran on my local computer (Windows), it work very well. But when I run on other machine (Server), it not work.

I use this model with code from https://github.com/MuhammadMoinFaisal/LargeLanguageModelsProjects/tree/main/Run_llama2_local_cpu_upload

Error:
terminate called after throwing an instance of 'std::runtime_error' what(): unexpectedly reached end of file Aborted (core dumped)

if you have any solution, pls show me, thankyou!

Sign up or log in to comment