File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ deps:
1010	python3 -m pip install -e " .[all]" 
1111
1212build :
13- 	python3 -m pip install -e . 
13+ 	python3 -m pip install --verbose - e . 
1414
1515build.cuda :
16- 	CMAKE_ARGS=" -DLLAMA_CUBLAS=on" . 
16+ 	CMAKE_ARGS=" -DLLAMA_CUBLAS=on" -verbose - e . 
1717
1818build.opencl :
19- 	CMAKE_ARGS=" -DLLAMA_CLBLAST=on" . 
19+ 	CMAKE_ARGS=" -DLLAMA_CLBLAST=on" -verbose - e . 
2020
2121build.openblas :
22- 	CMAKE_ARGS=" -DLLAMA_CLBLAST=on" . 
22+ 	CMAKE_ARGS=" -DLLAMA_CLBLAST=on" -verbose - e . 
2323
2424build.blis :
25- 	CMAKE_ARGS=" -DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" . 
25+ 	CMAKE_ARGS=" -DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" -verbose - e . 
2626
2727build.metal :
28- 	CMAKE_ARGS=" -DLLAMA_METAL=on" . 
28+ 	CMAKE_ARGS=" -DLLAMA_METAL=on" -verbose - e . 
2929
3030build.sdist :
3131	python3 -m build --sdist
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments