Jeffser / Alpaca

An Ollama client made with GTK4 and Adwaita
https://jeffser.com/alpaca
GNU General Public License v3.0
419 stars 44 forks source link

No llama3.2 model available #330

Closed K0-RR closed 1 month ago

K0-RR commented 1 month ago

Hi, the app is missing the latest llama version. https://ollama.com/library

olumolu commented 1 month ago

Not a bug not updated to support with this models ollama not even support 90b and 11 b models yet.

K0-RR commented 1 month ago

Well it kinda looks like a bug to me since the model is available the the ollama website and (from my understanding) Alpaca searches the ollama repository.

ollama not even support 90b and 11 b models yet

llama3.2 is a 3b (and 1b) model.

olumolu commented 1 month ago

No this is not how this app works this provide a file which contains all this models after next update hopefully this will be there

Jeffser commented 1 month ago

Hi, I'm the developer of the app, Ollama doesn't provide a list of models by itself so I added a file to the app that contains all the available models information. if you want to add a model that isn't included in that list you can press the + button in the model manager and then add by name, there you just need to type llama3.2:latest and it should download the model

Jeffser commented 1 month ago

The model is now available in the official Alpaca list on version 2.5.0, should be uploaded to Flathub in a couple of hours