Skip to content

Commit

Permalink
fix piqa to lambda_openai
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss committed Jun 18, 2024
1 parent b052f7e commit 50f86f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/model_test_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
include:
- modelName: "opt-125m"
datasets: "piqa"
datasets: "lambada_openai"
device: "cpu"
tasks: "text-generation"
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_test_hpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
include:
- modelName: "opt-125m"
datasets: "piqa"
datasets: "lambada_openai"
device: "hpu"
tasks: "text-generation"
fail-fast: true
Expand Down

0 comments on commit 50f86f6

Please sign in to comment.