ollama / ollama

Get up and running with Llama 3, Mistral, Gemma, and other large language models.

Home Page:https://ollama.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"ollama list" should display creation time, not download time

LaurentBonnaud opened this issue · comments

Hi,

here is an example with the llama3 model:

$ ollama list
NAME                            ID              SIZE    MODIFIED     
llama3:8b                       a6990ed6be41    4.7 GB  2 weeks ago 
llama3:latest                   a6990ed6be41    4.7 GB  25 hours ago

The models are the same because they have the same ID. However, their "MODIFIED" column is different, which is surprising.
It would be more useful to display the date when the model was created/released instead of the download date.
Docker does this and I think that it makes more sense.

Agreed. Maybe move "MODIFIED" to verbose. Would also be nice if it sorted by something else, like alphabetically