diff --git a/.gitmodules b/.gitmodules index b92f645d..a0ac7b3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "llama.cpp"] path = llm/llama.cpp - url = https://github.com/ggerganov/llama.cpp.git + url = https://githubfast.com/ggerganov/llama.cpp.git shallow = true \ No newline at end of file diff --git a/gpu/amd_windows.go b/gpu/amd_windows.go index 622dc991..a8dab496 100644 --- a/gpu/amd_windows.go +++ b/gpu/amd_windows.go @@ -8,7 +8,6 @@ import ( "path/filepath" "slices" "strconv" - "strings" "github.com/ollama/ollama/envconfig" "github.com/ollama/ollama/format" @@ -16,7 +15,7 @@ import ( //const ( - // TODO We're lookinng for this exact name to detect iGPUs since hipGetDeviceProperties never reports integrated==true +// TODO We're lookinng for this exact name to detect iGPUs since hipGetDeviceProperties never reports integrated==true // iGPUName = "AMD Radeon(TM) Graphics" //)