Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed May 14, 2024
1 parent 18bd7a8 commit 578e34f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/model/initializers.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const (
LCHuggingFaceBackend = "huggingface"

LocalStoreBackend = "local-store"

NVIDIAVendorID = "10de"
)

func backendPath(assetDir, backend string) string {
Expand All @@ -77,7 +75,6 @@ ENTRY:
}
}
if !e.IsDir() {
//backends = append(backends, e.Name())
if !strings.Contains(e.Name(), LLamaCPP) || strings.Contains(e.Name(), LLamaCPPFallback) {
backends[e.Name()] = []string{}
}
Expand Down

0 comments on commit 578e34f

Please sign in to comment.