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.
246
246
247
247
248
248
# build flashinfer for torch nightly from source around 10 mins
249
- # release version: v0.2.2.post1
249
+ # release version: v0.3.1
250
250
# todo(elainewy): cache flashinfer build result for faster build
251
251
ENV CCACHE_DIR=/root/.cache/ccache
252
252
RUN --mount=type=cache,target=/root/.cache/ccache \
253
253
--mount=type=cache,target=/root/.cache/uv \
254
254
echo "git clone flashinfer..." \
255
255
&& git clone --recursive https://github.com/flashinfer-ai/flashinfer.git \
256
256
&& cd flashinfer \
257
- && git checkout v0.2.2.post1 \
257
+ && git checkout v0.3.1 \
258
258
&& git submodule update --init --recursive \
259
259
&& echo "finish git clone flashinfer..." \
260
260
&& rm -rf build \
You can’t perform that action at this time.
0 commit comments