Merge pull request #556 from jmorganca/pack-cuda

pack in cuda libs
This commit is contained in:
Michael Yang
2023-09-20 15:02:36 -07:00
committed by GitHub
14 changed files with 52 additions and 115 deletions

View File

@@ -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)
}
}