This repository was archived by the owner on Sep 10, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 2323        uname -a 
2424        echo "::endgroup::" 
2525
26+         which pip || true  
27+         which pip3 || true  
28+         which conda || true  
2629        TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme 
2730
2831        echo "::group::Completion" 
4447        echo "::group::Print machine info" 
4548        uname -a 
4649        echo "::endgroup::" 
47- 
50+ 
51+         which pip || true 
52+         which pip3 || true 
53+         which conda || true 
54+         
4855        TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization 
4956
5057  test-gguf-cpu :
6269        uname -a 
6370        echo "::endgroup::" 
6471
72+         which pip || true  
73+         which pip3 || true  
74+         which conda || true  
75+          
6576        TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf 
6677
6778        echo "::group::Completion" 
8495        uname -a 
8596        echo "::endgroup::" 
8697
98+         which pip || true  
99+         which pip3 || true  
100+         which conda || true  
101+          
87102        TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced 
88103
89104        echo "::group::Completion" 
@@ -106,6 +121,10 @@ jobs:
106121        uname -a 
107122        echo "::endgroup::" 
108123
124+         which pip || true  
125+         which pip3 || true  
126+         which conda || true  
127+          
109128        TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs evaluation 
110129
111130        echo "::group::Completion" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments