Skip to content

Commit d0e21d6

Browse files
authored
CUDA in Docker Container Debug
1 parent 78d9bc9 commit d0e21d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/flash_attention.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
nvidia-smi
6060
6161
export CUDA_HOME=/usr/local/cuda
62-
echo ls /opt/conda/lib/python*
63-
ls /opt/conda/lib/python*
64-
echo ls /opt/conda/lib/python*/site-packages/
65-
ls /opt/conda/lib/python*/site-packages/
6662
echo pip list
6763
pip list
6864
echo pip debug
6965
pip debug
66+
which -a python
67+
which -a python3
68+
echo ls /usr/local/bin
69+
ls /usr/local/bin
7070
7171
python setup.py install
7272
pip install -e flash_attn/cute/

0 commit comments

Comments
 (0)