We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba37243 commit f766bfeCopy full SHA for f766bfe
scripts/task_test_multi_node_comm_kernels.sh
@@ -6,13 +6,13 @@ set -x
6
: ${CUDA_VISIBLE_DEVICES:=0}
7
8
# 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 ""
+# echo "Cleaning Python bytecode cache..."
+# find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
+# find . -type f -name '*.pyc' -delete 2>/dev/null || true
+# echo "Cache cleaned."
+# echo ""
14
15
-pip install -e . -v
+# pip install -e . -v
16
17
pytest -s tests/comm/test_mnnvl_memory.py
18
pytest -s tests/comm/test_trtllm_mnnvl_allreduce.py
0 commit comments