Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Feb 20, 2025
1 parent 2638663 commit 5278623
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/ci/accelerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ pip install -e .[testing]
pip install git+https://github.com/HabanaAI/[email protected]

# Set environment variables
export PT_HPU_EAGER_COLLECTIVE_PIPELINE_ENABLE=0
export PT_HPU_EAGER_PIPELINE_ENABLE=0
export PT_ENABLE_INT64_SUPPORT=1
export PT_HPU_LAZY_MODE=0
export RUN_SLOW=1

pytest tests/ -s -vvvv -k "test_multi_device_merge_fsdp_weights"
pytest tests/ -s -vvvv -k "test_ddp_comm_hook"

if [ $? -ne 0 ]; then
exit 1
fi

# CORE FEATURES TESTS

echo "Running CLI tests"
Expand Down

0 comments on commit 5278623

Please sign in to comment.