mirror of
https://github.com/ollama/ollama.git
synced 2025-04-04 09:58:31 +02:00
Update llm/llama.go
This commit is contained in:
parent
43a726149d
commit
36a3bbf65f
@ -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")
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user