fix typo
This commit is contained in:
parent
77dc1a6d74
commit
5fefaa5d4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue