Seeing Issue why trying to load
keshavjha1 opened this issue · 3 comments
keshavjha1 commented
I am facing below problem while running startLLM on Linux/Mac machine
(.venv) ke2@t2:~/projects/CASALIOY$ python3 casalioy/startLLM.py
found local model at models/sentence-transformers/all-MiniLM-L6-v2
found local model at models/eachadea/ggml-vicuna-7b-1.1/ggml-vic7b-q5_1.bin
llama.cpp: loading model from models/eachadea/ggml-vicuna-7b-1.1/ggml-vic7b-q5_1.bin
terminate called after throwing an instance of 'std::runtime_error'
what(): read error: Is a directory
Aborted (core dumped)
su77ungr commented
What are your machines' specs?
Also this might be an error caused by wrongly specified paths. It tries to run a directory.
Might be fixed with new PRs. #72. Testing it now.
hippalectryon-0 commented
su77ungr commented
Has this been resolved?