mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
bool
This commit is contained in:
parent
66fe77f084
commit
55cd3ddcca
8 changed files with 82 additions and 83 deletions
|
@ -302,7 +302,7 @@ func GetGPUInfo() GpuInfoList {
|
|||
}
|
||||
|
||||
// Intel
|
||||
if envconfig.IntelGpu {
|
||||
if envconfig.IntelGPU() {
|
||||
oHandles = initOneAPIHandles()
|
||||
// On windows we bundle the oneapi library one level above the runner dir
|
||||
depPath = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue