Uma

Results 4 comments of Uma

Found i don't have /usr/bin/uwsgi However found at another path /usr/local/bin/uwsgi Replaced the same in /etc/systemd/system/fir_uwsgi.service and restarted the service. Yet the Problem Persists. uWSGI not instantiated !!! However when...

nope.. can't do anything..

found the answer. I had to enable typescript to get it working using below command ``` node scripts/setupTypeScript.js ```

It worked after removing the cdll_args in return statement of llama_cpp.py ```python if _lib_path.exists(): try: return ctypes.CDLL(str(_lib_path)) #return ctypes.CDLL(str(_lib_path), **cdll_args) ``` However i still see that CPU is being used...