mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
@@ -456,7 +456,7 @@ func bootstrapDevices(ctx context.Context, ollamaLibDirs []string, extraEnvs []s
|
|||||||
extra := strings.SplitN(extraEnvs[j], "=", 2)
|
extra := strings.SplitN(extraEnvs[j], "=", 2)
|
||||||
if cmp[0] == extra[0] {
|
if cmp[0] == extra[0] {
|
||||||
cmd.Env[i] = extraEnvs[j]
|
cmd.Env[i] = extraEnvs[j]
|
||||||
extraDone[i] = true
|
extraDone[j] = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user