Skip to content

Commit

Permalink
#8981: Reorder frequent tests and comment mixtral demo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djordje-tt committed May 31, 2024
1 parent e887cb8 commit cd33be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/t3000/run_t3000_demo_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ run_t3000_tests() {
# Run falcon40b tests
run_t3000_falcon40b_tests

# Run mixtral tests
run_t3000_mixtral_tests
# # Run mixtral tests
# run_t3000_mixtral_tests

# Run falcon7b tests
run_t3000_falcon7b_tests
Expand Down
5 changes: 3 additions & 2 deletions tests/scripts/t3000/run_t3000_frequent_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,15 @@ run_t3000_tests() {
# Run tteager tests
#run_t3000_tteager_tests

# Run falcon40b tests
run_t3000_falcon40b_tests

# Run llama2-70b tests
run_t3000_llama2_70b_tests

# Run mixtral tests
run_t3000_mixtral_tests

# Run falcon40b tests
run_t3000_falcon40b_tests
}

main() {
Expand Down

0 comments on commit cd33be2

Please sign in to comment.