This commit is contained in:
likelovewant
2024-07-10 23:40:16 +08:00
parent b0a43b1700
commit 00beadf67e
2 changed files with 2 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -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

View File

@@ -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"
//)