packagegpu// Beginning of an `ollama info` commandtypeGpuInfostruct{Driverstring`json:"driver,omitempty"`TotalMemoryuint64`json:"total_memory,omitempty"`FreeMemoryuint64`json:"free_memory,omitempty"`// TODO add other useful attributes about the card here for discovery information}