File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201        HF_TOKEN : ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }} 
202202        RUN_COMPILE : yes 
203203      run : | 
204-         python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile -s -v -k "compile" - -make-reports=tests_torch_compile_cuda tests/ 
204+         python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile -s -v --make-reports=tests_torch_compile_cuda tests/ 
205205name : Failure short reports 
206206      if : ${{ failure() }} 
207207      run : cat reports/tests_torch_compile_cuda_failures_short.txt 
@@ -213,12 +213,6 @@ jobs:
213213        name : torch_compile_test_reports 
214214        path : reports 
215215
216-     - name : Generate Report and Notify Channel 
217-       if : always() 
218-       run : | 
219-         pip install slack_sdk tabulate 
220-         python utils/log_reports.py >> $GITHUB_STEP_SUMMARY 
221- 
222216  run_big_gpu_torch_tests :
223217    name : Torch tests on big GPU 
224218    strategy :
@@ -269,6 +263,7 @@ jobs:
269263        with :
270264          name : torch_cuda_big_gpu_test_reports 
271265          path : reports 
266+ 
272267  torch_minimum_version_cuda_tests :
273268    name : Torch Minimum Version CUDA Tests 
274269    runs-on :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments