When I pull certain models from ollama such as:
ollama pull glm-4.7:cloud
and when I run llm models, I get this error:
pydantic_core._pydantic_core.ValidationError: 1 validation error for ShowResponse
model_info
Field required [type=missing, input_value={'modelfile': '# Modelfil...:50:16.420863559+08:00'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.11/v/missing
When I remove that model, llm models work as expected.