Chris Dillon

Results 4 comments of Chris Dillon

Thank you for the workaround and link to `fc9bb59`. However, this should have not been a patch level gem version bump.

That sounds fine and explanation is appreciated. There's no impact to us now with the `to_sym` workaround and the `if/else` would continue to work. I realize now that my phrasing...

I'm having this same issue with `poetry` and `tensorflow` only. `poetry run pip list` shows many things and those things import in the python REPL, but not `tensorflow`. ``` #...

Try downgrading: ``` curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION="0.1.29" sh ``` this solved `connection reset` errors on any and all models for me. ⚠️ This will reinstall, meaning any edits to...