Commit 36a3bbf6 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

Update llm/llama.go

parent 43a72614
......@@ -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")
)
......
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