Browse Source

Report GPU variant in log

Daniel Hiltgen 10 months ago
parent
commit
fc3b4cda89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gpu/types.go

+ 1 - 0
gpu/types.go

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