diff --git a/cmd/cmd.go b/cmd/cmd.go index ca1a5ccf6..58749b7c8 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -672,9 +672,6 @@ func showInfo(resp *api.ShowResponse) { projectorData := [][]string{ {"arch", "clip"}, {"parameters", format.Parameters(uint64(resp.ProjectorInfo["general.parameter_count"].(float64)))}, - {"projector type", resp.ProjectorInfo["clip.projector_type"].(string)}, - {"embedding length", fmt.Sprintf("%v", resp.ProjectorInfo["clip.vision.embedding_length"].(float64))}, - {"projection dimensionality", fmt.Sprintf("%v", resp.ProjectorInfo["clip.vision.projection_dim"].(float64))}, } if projectorType, ok := resp.ProjectorInfo["clip.projector_type"]; ok {