This repository was archived by the owner on Sep 10, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ case "$1" in
3838    ;;
3939  " distributed" 
4040    filepath=" docs/distributed.md" 
41-     parameters=" --replace 'llama3.1:stories110M,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN" #  Use open-llama  to avoid need for authentication
41+     parameters=" --replace 'llama3.1:stories110M,-l 3:-l 2' --suppress huggingface-cli,HF_TOKEN" #  Use stories110M  to avoid need for authentication
4242    ;;
4343  " local" 
4444    filepath=" docs/local-model.md" 
Original file line number Diff line number Diff line change @@ -306,3 +306,25 @@ jobs:
306306        echo "::endgroup::" 
307307
308308        TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs native 
309+ 
310+ test-distributed-cuda :
311+     permissions :
312+       id-token : write 
313+       contents : read 
314+     uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main 
315+     with :
316+       runner : linux.g5.4xlarge.nvidia.gpu 
317+       gpu-arch-type : cuda 
318+       gpu-arch-version : " 12.4" 
319+       timeout : 60 
320+       script : | 
321+         echo "::group::Print machine info" 
322+         uname -a 
323+         echo "::endgroup::" 
324+ 
325+         .ci/scripts/run-docs distributed 
326+ 
327+         echo "::group::Completion" 
328+         echo "tests complete" 
329+         echo "*******************************************" 
330+         echo "::endgroup::" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments