webinstall / webi-installer-requests

This is just to house issues for requests for new Webi installers.
Mozilla Public License 2.0
5 stars 7 forks source link

Add installers for `ollama` & `ollama-webui` #72

Open coolaj86 opened 8 months ago

coolaj86 commented 8 months ago

This will be most similar to https://github.com/jqlang/jq/releases, which also has completely bare, uncompressed binary files.

Notes for Cheat Sheet

v1.0

v1.1

v1.2

v1.3

v1.4

Pairing with a UI

Notes for Installer

tjbck commented 8 months ago

By the way, in case you haven't checked, ollama-webui added a new feature where users can download the models directly from the web UI! You might just be able to bypass a couple of the todos in v1.0

Also, congrats on the recent 1k star milestone!

coolaj86 commented 8 months ago

@tjbck thanks.

And that's great news.

However, since ollama is not going to allow embedding and until exposes its webserver to be able to pick the default page, this will be much more complicated.

Also, it's important to have the instructions for the CLI tool as a standalone.

I think I'll make a meta-package for ollama-essentials that does the bundling.

I'm also going to just PR exposing the webserver because their responses to my comments made no sense. I think there's a language barrier or a misunderstanding of how go works.