Explorar o código

Report GPU variant in log

Daniel Hiltgen hai 10 meses
pai
achega
fc3b4cda89
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gpu/types.go

+ 1 - 0
gpu/types.go

@@ -105,6 +105,7 @@ func (l GpuInfoList) LogDetails() {
 		slog.Info("inference compute",
 		slog.Info("inference compute",
 			"id", g.ID,
 			"id", g.ID,
 			"library", g.Library,
 			"library", g.Library,
+			"variant", g.Variant,
 			"compute", g.Compute,
 			"compute", g.Compute,
 			"driver", fmt.Sprintf("%d.%d", g.DriverMajor, g.DriverMinor),
 			"driver", fmt.Sprintf("%d.%d", g.DriverMajor, g.DriverMinor),
 			"name", g.Name,
 			"name", g.Name,