Report GPU variant in log
This commit is contained in:
parent
d470ebe78b
commit
fc3b4cda89
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue