Skip to content

Make it easy to see/verify the a model configuration #398

@doringeman

Description

@doringeman

Currently, unless the model has the context size embedded in the OCI artifact so it's displayed in docker model ls , you can only see the full config after running at least one inference using:

docker model requests ai/gemma3-qat | jq '.[0].config'
{
  "context-size": 1024
}

This is not friendly and should be improved.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions