mirror of
https://github.com/ollama/ollama.git
synced 2025-04-08 03:48:21 +02:00
commit
5d1c6b7499
@ -57,7 +57,7 @@ func (r *GenerateResponse) Summary() {
|
||||
}
|
||||
|
||||
if r.EvalDuration > 0 {
|
||||
fmt.Fprintf(os.Stderr, "eval duraiton: %s\n", r.EvalDuration)
|
||||
fmt.Fprintf(os.Stderr, "eval duration: %s\n", r.EvalDuration)
|
||||
fmt.Fprintf(os.Stderr, "eval rate: %.2f tokens/s\n", float64(r.EvalCount)/r.EvalDuration.Seconds())
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user