Skip to content

Commit

Permalink
Disable logits diff test on MPT GPU for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Jan 21, 2025
1 parent 7902951 commit a782946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/llm/test/run-llm-inference-tests-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ start=$(date "+%s")
source ${ANALYTICS_ZOO_ROOT}/python/llm/test/run-llm-check-function.sh

pytest_check_error pytest ${LLM_INFERENCE_TEST_DIR}/test_transformers_api.py -v -s
pytest_check_error pytest ${LLM_INFERENCE_TEST_DIR}/test_transformers_api_final_logits.py -v -s
# Disable for now
# pytest_check_error pytest ${LLM_INFERENCE_TEST_DIR}/test_transformers_api_final_logits.py -v -s
pytest_check_error pytest ${LLM_INFERENCE_TEST_DIR}/test_transformers_api_attention.py -v -s
pytest_check_error pytest ${LLM_INFERENCE_TEST_DIR}/test_transformers_api_mlp.py -v -s
pytest_check_error pytest ${LLM_INFERENCE_TEST_DIR}/test_transformers_api_RMSNorm.py -v -s
Expand Down

0 comments on commit a782946

Please sign in to comment.