Skip to content

Inconsistent units ("M", " MiB", "M", " M") #349

@ericcurtin

Description

@ericcurtin
~$ docker model ls
MODEL NAME                                      PARAMETERS  QUANTIZATION    ARCHITECTURE  MODEL ID      CREATED       SIZE
hf.co/ggml-org/smolvlm-500m-instruct-gguf:q8_0  409M                        llama         982f124fa007  6 months ago  437M
hf.co/ggml-org/gemma-3-270m-gguf                268M                        gemma3        845da567e322  2 months ago  292M
smollm2                                         361.82 M    IQ2_XXS/Q4_K_M  llama         354bf30d0aa3  7 months ago  256.35 MiB
ericcurtin044/smollm2                           361.82 M    IQ2_XXS/Q4_K_M  llama         354bf30d0aa3  7 months ago  256.35 MiB
ignaciolopezluna020/embedding:dir-test          134.52 M    MOSTLY_Q2_K     llama         0a3c1f157564  10 days ago   82.41 MiB
embedding:dir-test                              134.52 M    MOSTLY_Q2_K     llama         4e6611fbb0e9  10 days ago   82.41 MiB
embedding                                       134.52 M    MOSTLY_Q2_K     llama         ae9c542496a3  10 days ago   82.41 MiB
ecurtin@LQ5W arm64 11:12:23 0
~$ docker model ls | awk '{print $6}'
MODEL
months
months
354bf30d0aa3
354bf30d0aa3
0a3c1f157564
4e6611fbb0e9
ae9c542496a3
~$ docker images
REPOSITORY                          TAG       IMAGE ID       CREATED       SIZE
alpine                              latest    4b7ce07002c6   3 weeks ago   13.3MB
rw4lll/openwebui-docker-extension   0.1.0     b7e59b9001cc   5 weeks ago   14.3MB

Makes it hard to use tools like awk, arrange things in columns, whitespace separated

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions