"torchvision/csrc/cpu/deform_conv2d_kernel.cpp" did not exist on "5a4bb19db56529e824a92048fa8e9b50f53fb3dd"
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 { ...@@ -226,7 +226,7 @@ type llama struct {
} }
var ( 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") 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