Skip to content

Commit

Permalink
Update ollama binary version to the latest available version 0.2.8
Browse files Browse the repository at this point in the history
Part of #283
  • Loading branch information
Munsio committed Jul 25, 2024
1 parent 09829d1 commit 2ba0c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ollama.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (*Ollama) CheckVersion(logger *log.Logger, binaryPath string) (err error) {
}

// ollamaVersion holds the version of Ollama required for this revision of the evaluation.
var ollamaVersion = "0.1.41"
var ollamaVersion = "0.2.8"

// RequiredVersion returns the required version of the tool.
func (*Ollama) RequiredVersion() string {
Expand Down

0 comments on commit 2ba0c20

Please sign in to comment.