mirror of
https://github.com/ollama/ollama.git
synced 2025-10-10 15:14:01 +02:00
only package 11.8 runner
This commit is contained in:
@@ -556,7 +556,7 @@ func Serve(ln net.Listener, origins []string) error {
|
||||
if runtime.GOOS == "linux" {
|
||||
// check compatibility to log warnings
|
||||
if _, err := llm.CheckVRAM(); err != nil {
|
||||
log.Printf("Warning: GPU support not enabled, you may need to install GPU drivers: %v", err)
|
||||
log.Printf("Warning: GPU support may not enabled, check you have installed install GPU drivers: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user