Skip to content

Commit e6b58cd

Browse files
committed
Models plugin: Add new model configurations and update version
- Add qwen30b inference configuration with chatml template and updated token limits - Introduce qwencoder3bq8 model with specific qwen2.5-coder:3b-instruct-q8_0 name and chatml template - Add phi4mini-tools configuration using phi4-tools template with updated name - Update package version from 0.0.7 to 0.0.8
1 parent 28223e5 commit e6b58cd

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

packages/features/models/dist/models/code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ctx: 32768
22
max_tokens: 16384
3+
qwencoder3bq8:
4+
name: qwen2.5-coder:3b-instruct-q8_0
5+
template: chatml
36
qwencoder7b:
47
name: qwen2.5-coder:latest
58
template: chatml

packages/features/models/dist/models/inference.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ gemma27b:
3030
ctx: 16384
3131
inferParams:
3232
max_tokens: 8192
33+
qwen30b:
34+
name: qwen3:30b
35+
template: chatml
36+
ctx: 16384
37+
inferParams:
38+
max_tokens: 8192
3339
qwen32b:
3440
name: qwen3:32b
3541
template: chatml

packages/features/models/dist/models/tools.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ max_tokens: 16384
33
granite2b-tools:
44
name: granite3.3:2b
55
template: granite-tools
6+
phi4mini-tools:
7+
name: phi4-mini:3.8b-q8_0
8+
template: phi4-tools
69
qwen3b-tools:
710
name: qwen2.5:3b-instruct-q8_0
811
template: chatml-tools

packages/features/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-smith/feat-models",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Language models sets for the Agent Smith cli",
55
"repository": "https://github.com/synw/agent-smith",
66
"type": "module",

0 commit comments

Comments
 (0)