Skip to content

Commit f766bfe

Browse files
committed
Disable python steps for MPI tests
1 parent ba37243 commit f766bfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/task_test_multi_node_comm_kernels.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ set -x
66
: ${CUDA_VISIBLE_DEVICES:=0}
77

88
# Clean Python bytecode cache to avoid stale imports (e.g., after module refactoring)
9-
echo "Cleaning Python bytecode cache..."
10-
find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
11-
find . -type f -name '*.pyc' -delete 2>/dev/null || true
12-
echo "Cache cleaned."
13-
echo ""
9+
# echo "Cleaning Python bytecode cache..."
10+
# find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
11+
# find . -type f -name '*.pyc' -delete 2>/dev/null || true
12+
# echo "Cache cleaned."
13+
# echo ""
1414

15-
pip install -e . -v
15+
# pip install -e . -v
1616

1717
pytest -s tests/comm/test_mnnvl_memory.py
1818
pytest -s tests/comm/test_trtllm_mnnvl_allreduce.py

0 commit comments

Comments
 (0)