Add missing "be" to GPU support warning message (#983)
This commit is contained in:
parent
c50b01bc21
commit
f39daff461
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ func Serve(ln net.Listener, allowOrigins []string) error {
|
||||||
if runtime.GOOS == "linux" {
|
if runtime.GOOS == "linux" {
|
||||||
// check compatibility to log warnings
|
// check compatibility to log warnings
|
||||||
if _, err := llm.CheckVRAM(); err != nil {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue