Skip to content

Commit 704f06b

Browse files
committed
CI for Sandbox: IBM Granite 4.0 Micro
1 parent 61c9be1 commit 704f06b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sandbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
model:
14-
- google/gemma-3-4b-it # $0.0200/$0.0400 [ 128K]
14+
- ibm-granite/granite-4.0-h-micro # $0.0170/$0.1100 [ 128K]
1515
steps:
1616
- uses: actions/checkout@v4
1717

@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
model:
37-
- google/gemma-3-4b-it # $0.0200/$0.0400 [ 128K]
37+
- ibm-granite/granite-4.0-h-micro # $0.0170/$0.1100 [ 128K]
3838
steps:
3939
- uses: actions/checkout@v4
4040
- run: ./chat-llm.js tests/en/high-school-stem.txt
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
model:
53-
- google/gemma-3-4b-it # $0.0200/$0.0400 [ 128K]
53+
- ibm-granite/granite-4.0-h-micro # $0.0170/$0.1100 [ 128K]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- run: ./chat-llm.js tests/en/general-knowledge.txt

0 commit comments

Comments
 (0)