Skip to content

Commit

Permalink
CI: Reduce model selections
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jun 29, 2024
1 parent ba02121 commit 2c6bdf7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/canary-multi-turn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ jobs:
model:
- mistralai/mistral-7b-instruct-v0.3 # $0.07 [32K]
- meta-llama/llama-3-8b-instruct # $0.07 [ 8K]
- openchat/openchat-7b # $0.07 [ 8K]
- openchat/openchat-8b # $0.08 [ 8K]
- qwen/qwen-4b-chat # $0.09 [32K]
- microsoft/phi-3-medium-4k-instruct # $0.14 [ 4K]
- nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K]
- teknium/openhermes-2.5-mistral-7b # $0.17 [ 4K]
- nousresearch/nous-hermes-2-mistral-7b-dpo # $0.18 [32K]
- open-orca/mistral-7b-openorca # $0.18 [ 8K]
- mistralai/mixtral-8x7b-instruct # $0.24 [32K]
- qwen/qwen-14b-chat # $0.27 [32K]
- meta-llama/llama-3-70b-instruct # $0.59 [ 8K]
- mistralai/mixtral-8x22b-instruct # $0.65 [64K]
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/general-knowledge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ jobs:
model:
- mistralai/mistral-7b-instruct-v0.3 # $0.07 [32K]
- meta-llama/llama-3-8b-instruct # $0.07 [ 8K]
- openchat/openchat-7b # $0.07 [ 8K]
- openchat/openchat-8b # $0.08 [ 8K]
- qwen/qwen-4b-chat # $0.09 [32K]
- microsoft/phi-3-medium-4k-instruct # $0.14 [ 4K]
- nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K]
- teknium/openhermes-2.5-mistral-7b # $0.17 [ 4K]
- nousresearch/nous-hermes-2-mistral-7b-dpo # $0.18 [32K]
- open-orca/mistral-7b-openorca # $0.18 [ 8K]
- mistralai/mixtral-8x7b-instruct # $0.24 [32K]
- qwen/qwen-14b-chat # $0.27 [32K]
- meta-llama/llama-3-70b-instruct # $0.59 [ 8K]
- mistralai/mixtral-8x22b-instruct # $0.65 [64K]
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/high-school-stem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ jobs:
model:
- mistralai/mistral-7b-instruct-v0.3 # $0.07 [32K]
- meta-llama/llama-3-8b-instruct # $0.07 [ 8K]
- openchat/openchat-7b # $0.07 [ 8K]
- openchat/openchat-8b # $0.08 [ 8K]
- qwen/qwen-4b-chat # $0.09 [32K]
- microsoft/phi-3-medium-4k-instruct # $0.14 [ 4K]
- nousresearch/hermes-2-pro-llama-3-8b # $0.15 [ 8K]
- teknium/openhermes-2.5-mistral-7b # $0.17 [ 4K]
- nousresearch/nous-hermes-2-mistral-7b-dpo # $0.18 [32K]
- open-orca/mistral-7b-openorca # $0.18 [ 8K]
- mistralai/mixtral-8x7b-instruct # $0.24 [32K]
- qwen/qwen-14b-chat # $0.27 [32K]
- meta-llama/llama-3-70b-instruct # $0.59 [ 8K]
- mistralai/mixtral-8x22b-instruct # $0.65 [64K]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2c6bdf7

Please sign in to comment.