Unverified Commit f39daff4 authored by Noah Gitsham's avatar Noah Gitsham Committed by GitHub
Browse files

Add missing "be" to GPU support warning message (#983)

parent c50b01bc
......@@ -697,7 +697,7 @@ func Serve(ln net.Listener, allowOrigins []string) error {
if runtime.GOOS == "linux" {
// check compatibility to log warnings
if _, err := llm.CheckVRAM(); err != nil {
log.Printf("Warning: GPU support may not enabled, check you have installed install GPU drivers: %v", err)
log.Printf("Warning: GPU support may not be enabled, check you have installed install GPU drivers: %v", err)
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment