Skip to content

Commit

Permalink
#0: Add chunked prefill test to frequent
Browse files Browse the repository at this point in the history
  • Loading branch information
cglagovichTT committed Dec 17, 2024
1 parent 458d789 commit 8323e6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/t3000/run_t3000_frequent_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ run_t3000_llama3_tests() {
echo "LOG_METAL: Llama3 tests for $llama_dir completed"
done

# Run chunked prefill test for llama3-1B
LLAMA_DIR=$llama1b WH_ARCH_YAML=$wh_arch_yaml pytest models/demos/llama3/tests/test_llama_chunked_generation.py; fail+=$?

# Record the end time
end_time=$(date +%s)
duration=$((end_time - start_time))
Expand Down

0 comments on commit 8323e6d

Please sign in to comment.