Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Index also gguf files
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Sep 26, 2023
1 parent 54b7121 commit 861ccfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,5 @@ func main() {
if err == nil {
concurrency = parallelism
}
parallelSearch([]string{"TheBloke", "ggml"}, concurrency, indexFile)
parallelSearch([]string{"TheBloke", "ggml", "gguf"}, concurrency, indexFile)
}

0 comments on commit 861ccfe

Please sign in to comment.