File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,17 @@ jobs:
5959
6060            nvidia-smi 
6161
62+             cat /workspace/README.md  >> /tmp/workspace/fa4_output.txt 
6263            echo ls /usr/local/cuda  >> /tmp/workspace/fa4_output.txt 
6364            ls /usr/local/cuda  >> /tmp/workspace/fa4_output.txt 
6465            echo ls /usr/local/cuda/lib64  >> /tmp/workspace/fa4_output.txt 
6566            ls /usr/local/cuda/lib64  >> /tmp/workspace/fa4_output.txt 
6667            which python  >> /tmp/workspace/fa4_output.txt 
6768            which nvcc  >> /tmp/workspace/fa4_output.txt 
6869            #echo CUDA_HOME $CUDA_HOME  >> /tmp/workspace/fa4_output.txt 
69-             echo LD_LIBRARY_PATH $LD_LIBRARY_PATH  >> /tmp/workspace/fa4_output.txt 
70+             #echo LD_LIBRARY_PATH $LD_LIBRARY_PATH  >> /tmp/workspace/fa4_output.txt 
71+             #python -c "import torch; print(torch.cuda.is_available())" 
72+             #python -c "import torch; print(torch.cuda.device_count())" 
7073
7174            python setup.py install 
7275            pip install -e flash_attn/cute/ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments