File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Exo < Formula
99  url  "https://github.com/exo-explore/exo.git" , 
1010    using : :git , 
1111    branch : "super_secret_branch" 
12-   version  "0.9.15 " 
12+   version  "0.9.16 " 
1313  sha256  "" 
1414  license  "" 
1515
@@ -38,20 +38,18 @@ def caveats
3838    Heads up, you may have seen a 'Failed changing dylib ID' message at the end of the build. We're working on getting an upstream fix. 
3939    Exo is now installed! Launch with  
4040      exo 
41- 
42-     To enable automatic VRAM configuration, run: 
43-       sudo brew services start exo 
44- 
45-     This just runs #{ libexec }  
4641  EOS 
4742  end 
4843
4944  service  do 
50-     run  [ libexec /"exo_configure_mlx" ] 
45+     run  [ 
46+       bin /"exo" 
47+       libexec /"exo_configure_mlx" 
48+     ] 
5149    run_type  :immediate 
5250    keep_alive  false 
53-     log_path  var /"log/exo_configure_mlx .log" 
54-     error_log_path  var /"log/exo_configure_mlx .log" 
51+     log_path  var /"log/exo_service .log" 
52+     error_log_path  var /"log/exo_service .log" 
5553  end 
5654
5755  test  do 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments