KhoPhi

Results 47 comments of KhoPhi

yes, PHP 7 On Friday, January 27, 2017, Joshua Clark wrote: > From: http://php.net/manual/en/function.set-magic-quotes-runtime.php > > *Warning* > This function was DEPRECATED in PHP 5.3.0, and REMOVED as of PHP...

Any insights into what the workaround may be? Seems like a critical issue when using the `'format': 'json'` and Ollama hanging entirely. Initially I thought it's the switching of models...

@marklysze Yes, once in a while it works for me too, except it fails way too often, and it's random.

@vikesh001 > How to run ollama in termux Same as you'd run on your Linux. Copy paste the install script command from https://ollama.com/download `curl -fsSL https://ollama.com/install.sh | sh` Popular terminal...

@mirodil1 > Needed to decode the auth code before exchanging it for the access tokens. google returns the auth code as url-encoded. In my case it was '/' -> '%2F'....

Seems to be working, at least for me https://app.myshell.ai/m/chat/

Update: To build from source, include `-DLLAMA_CUDA_FORCE_MMQ=on` on the line in the file below. It should be the `generate_linux.go` file. https://github.com/jmorganca/ollama/blob/fabf2f3467860b7cb181b1d691cd3ae303c6eee6/llm/llama.cpp/generate_linux.go#L24C141-L24C141 Experiencing the same error. Even building from source, I...

Looks like this project isn't maintained anymore

@vikyw89 Potential workaround Use `psycopg2-binary` instead of trying to build works for me (at least during installation) The installation tries to build it, but you can install the psycopg2 binary...