Skip to content

Commit 01c1d95

Browse files
committed
add in gpt-oss:20b
1 parent e8c03a1 commit 01c1d95

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llm_benchmark/data/benchmark2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ modeltypes:
6161
- model: deepseek-r1:1.5b
6262
- model: deepseek-r1:8b
6363
- model: deepseek-r1:14b
64-
- model: deepseek-r1:32b
64+
- model: gpt-oss:20b
6565
prompts:
6666
- prompt: Summarize the key differences between classical and operant conditioning in psychology.
6767
keywords: Instruction-Following

llm_benchmark/data/benchmark_models_32gb_ram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ version: 2.0
55
models:
66
- model: phi4:14b
77
- model: deepseek-r1:14b
8-
- model: deepseek-r1:32b
8+
- model: gpt-oss:20b

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.8"
3+
version = "0.4.9"
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.8',
8+
version='0.4.9',
99
author='Jason Chuang',
1010
author_email='[email protected]',
1111
description='LLM Benchmark',

0 commit comments

Comments
 (0)