Skip to content

Commit 8ba5168

Browse files
committed
fix typo in explaination of custom benchmark models
1 parent 5514f2d commit 8ba5168

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ llm_benchmark run --no-sendinfo
121121
llm_benchmark run --ollamabin=~/code/ollama/ollama
122122
```
123123

124-
### Example #4 run custom bechmark models
124+
### Example #4 run custom benchmark models
125125

126126
1. Create a custom benchmark file like following yaml format, replace with your own benchmark models, remember to use double quote for your model name
127127

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llm_benchmark"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "LLM Benchmark for Throughputs via Ollama"
55
authors = ["Jason Chuang <[email protected]>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='llm_benchmark',
8-
version='0.4.3',
8+
version='0.4.4',
99
author='Jason Chuang',
1010
author_email='[email protected]',
1111
description='LLM Benchmark',

0 commit comments

Comments
 (0)