Skip to content

Commit

Permalink
CI: Llama-3.2 3B
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Oct 4, 2024
1 parent 6298f08 commit 4d67e47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary-multi-turn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
model:
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
- qwen/qwen-2-7b-instruct # $0.0540/$0.0540 [ 32K]
- mistralai/mistral-7b-instruct-v0.3 # $0.0550/$0.0550 [ 32K]
- meta-llama/llama-3.1-8b-instruct # $0.0550/$0.0550 [ 128K]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/general-knowledge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
model:
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
- qwen/qwen-2-7b-instruct # $0.0540/$0.0540 [ 32K]
- mistralai/mistral-7b-instruct-v0.3 # $0.0550/$0.0550 [ 32K]
- meta-llama/llama-3.1-8b-instruct # $0.0550/$0.0550 [ 128K]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/high-school-stem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
model:
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
- qwen/qwen-2-7b-instruct # $0.0540/$0.0540 [ 32K]
- mistralai/mistral-7b-instruct-v0.3 # $0.0550/$0.0550 [ 32K]
- meta-llama/llama-3.1-8b-instruct # $0.0550/$0.0550 [ 128K]
Expand Down
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:
- mistralai/mistral-7b-instruct-v0.3 # $0.0700/$0.0700 [ 32K]
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 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:
- mistralai/mistral-7b-instruct-v0.3 # $0.0700/$0.0700 [ 32K]
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 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:
- mistralai/mistral-7b-instruct-v0.3 # $0.0700/$0.0700 [ 32K]
- meta-llama/llama-3.2-3b-instruct # $0.0300/$0.0300 [ 128K]
steps:
- uses: actions/checkout@v4
- run: ./query-llm.js tests/general-knowledge.txt
Expand Down

0 comments on commit 4d67e47

Please sign in to comment.