Oli Norwell

Results 28 comments of Oli Norwell

I found the latest commit wouldn't work on my setup, none of the UI buttons did anything, a quick check showed that it could be related to the reverse proxy...

Feedback from my users (mostly family and inside my office) is that the old style from last year up till a few weeks ago was much loved - the new...

I had the same issue and got around it by adding the stop token to the request the front-end I am using (LibreChat) was making to Ollama's OpenAI compatible API...

> For me Llama3 works as expected in Ollama CLI. However it does not work in CrewAi, not even specifying the same modelfile. Not sure if Ollama is at fault...

Has anyone found a suitable workaround for this? The same issues still occur. IMGUI+SDL2 on iOS can't cope with the high DPI setting. The issue of course being that it's...

I have been able to get it to work. In `ImGui_ImplSDL2_ProcessEvent` I disabled SDL_MOUSEBUTTONDOWN and SDL_MOUSEBUTTONUP cases when running on iOS, I then wrote cases for SDL_FINGERDOWN and SDL_FINGERUP which...

Thanks, I'll give that a go no. To anyone else reading the above bug, I think it might be to do with the versions of things I have installed relevant...

I came here to post the same request. I believe a simple solution might be to have an option to ping a user definable host before classifying anything as down....