File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,15 +246,15 @@ RUN pip install setuptools==75.6.0 packaging==23.2 ninja==1.11.1.3 build==1.2.2.
246246
247247
248248# build flashinfer for torch nightly from source around 10 mins
249- # release version: v0.2.2.post1 
249+ # release version: v0.3.1 
250250# todo(elainewy): cache flashinfer build result for faster build
251251ENV CCACHE_DIR=/root/.cache/ccache
252252RUN --mount=type=cache,target=/root/.cache/ccache \
253253    --mount=type=cache,target=/root/.cache/uv \
254254    echo "git clone flashinfer..." \
255255    && git clone --recursive https://github.com/flashinfer-ai/flashinfer.git \
256256    && cd flashinfer \
257-     && git checkout v0.2.2.post1  \
257+     && git checkout v0.3.1  \
258258    && git submodule update --init --recursive \
259259    && echo "finish git clone flashinfer..." \
260260    && rm -rf build \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments