Report GPU variant in log

This commit is contained in:
Daniel Hiltgen 2024-06-19 09:36:30 -07:00
parent d470ebe78b
commit fc3b4cda89

View file

@ -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,