Commit graph

6 commits

Author SHA1 Message Date
Ryan S. Northrup (RyNo) 3223503d3e
Remove darwin-only restriction on ollama (#5284)
* Remove `darwin`-only restriction on `ollama`

Hopefully resolves https://github.com/pkgxdev/pkgx/issues/975

* add -buildmode on linux

* ollama needs certs to pull from model registry

* certs needed at runtime

* add pkill for linux

* test pgrep

* pkill needs -x for exact match

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-02-19 19:41:19 -05:00
Jacob Heider 19de1c5c33 fix(ollama)
remove build hack (addressed upstream: https://github.com/jmorganca/ollama/pull/1780)
2024-01-04 15:31:23 -05:00
Jacob Heider 5a32f8df33 fix(ollama)
closes #4705
2024-01-03 16:10:00 -05:00
Jacob Heider 6dc2b0d208
fix(ollama)
closes #3288
2023-09-11 17:43:29 -04:00
Jacob Heider 381b4f0ee8
fix(ollama)
closes #3255
2023-09-06 17:10:44 -04:00
Andrew 6d19be808b
ollama.ai (#3068)
* +ollama

* darwin only

* wip

* serve

* maybe this

* wait for server to start

* require qa

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-06 14:02:26 -04:00