Browse Source

Update llm/llama.go

Jeffrey Morgan 1 year ago
parent
commit
36a3bbf65f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      llm/llama.go

+ 1 - 1
llm/llama.go

@@ -226,7 +226,7 @@ type llama struct {
 }
 
 var (
-	errNvidiaSMI     = errors.New("warning: gpu support may not be enabled, check you have installed GPU drivers: nvidia-smi command failed")
+	errNvidiaSMI     = errors.New("warning: gpu support may not be enabled, check that you have installed GPU drivers: nvidia-smi command failed")
 	errAvailableVRAM = errors.New("not enough VRAM available, falling back to CPU only")
 )