1. 增加配置持久化
2. 完善细节
This commit is contained in:
@@ -10,3 +10,5 @@ type gpuName struct {
|
||||
func detectGPUNames() []gpuName {
|
||||
return []gpuName{{Name: "Default GPU", Vendor: "unknown"}}
|
||||
}
|
||||
|
||||
func detectCPUName() string { return "CPU" }
|
||||
|
||||
Reference in New Issue
Block a user