mirror of
https://github.com/ollama/ollama.git
synced 2026-04-27 03:05:43 +02:00
update gpu.go
This commit is contained in:
@@ -62,6 +62,13 @@ type OneapiGPUInfo struct {
|
||||
}
|
||||
type OneapiGPUInfoList []OneapiGPUInfo
|
||||
|
||||
type VulkanGPUInfo struct {
|
||||
GpuInfo
|
||||
index int
|
||||
}
|
||||
|
||||
type VulkanGPUInfoList []VulkanGPUInfo
|
||||
|
||||
type GpuInfoList []GpuInfo
|
||||
|
||||
// Split up the set of gpu info's by Library and variant
|
||||
|
||||
Reference in New Issue
Block a user