"tests/python/pytorch/cuda/test_nccl.py" did not exist on "d9e550369fbd05ec6ffeb8e40d1a4e03839aabe4"
Commit 4b5771d8 authored by rusty1s's avatar rusty1s
Browse files

remove ls

parent 8d5921cc
...@@ -34,9 +34,5 @@ install: ...@@ -34,9 +34,5 @@ install:
script: script:
- nvcc --version - nvcc --version
- python -c "import torch; print(torch.__version__)" - python -c "import torch; print(torch.__version__)"
- ls /usr/local/
- ls /usr/local/cuda-${CUDA_SHORT}
- ls /usr/local/cuda-${CUDA_SHORT}/lib64
- ls /usr/local/cuda-${CUDA_SHORT}/include
- python setup.py install - python setup.py install
- python setup.py test - python setup.py test
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment