Browse Source

Report GPU variant in log

Daniel Hiltgen 10 tháng trước cách đây
mục cha
commit
fc3b4cda89
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,