Commit 41c71093 authored by Ubuntu's avatar Ubuntu

gpu model name

parent 22fe4bd2
...@@ -71,7 +71,7 @@ func getGPU() ([]DeviceInfo, error) { ...@@ -71,7 +71,7 @@ func getGPU() ([]DeviceInfo, error) {
if v, ok := comput[name]; ok { if v, ok := comput[name]; ok {
c = v c = v
} else { } else {
fmt.Println("can not find the model", name) fmt.Println("can not find the model '" + name + "'")
} }
e = DeviceInfo{ e = DeviceInfo{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment