Skip to content

Commit

Permalink
Sandbox: Ministral 8B
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Oct 18, 2024
1 parent 1497e08 commit 1ffa976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
model:
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
- mistralai/ministral-8b-instruct # $0.1000/$0.1000 [ 128K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/canary-multi-turn.txt
Expand All @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
model:
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
- mistralai/ministral-8b-instruct # $0.1000/$0.1000 [ 128K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/high-school-stem.txt
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
model:
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
- mistralai/ministral-8b-instruct # $0.1000/$0.1000 [ 128K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/general-knowledge.txt
Expand Down

0 comments on commit 1ffa976

Please sign in to comment.