We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3badb02 commit 96bb8aaCopy full SHA for 96bb8aa
docker/Dockerfile
@@ -240,6 +240,7 @@ if [ "$TARGETPLATFORM" != "linux/arm64" ]; then \
240
uv pip install --system https://github.com/flashinfer-ai/flashinfer/releases/download/v0.2.1.post2/flashinfer_python-0.2.1.post2+cu124torch2.6-cp38-abi3-linux_x86_64.whl ; \
241
fi
242
COPY examples examples
243
+COPY benchmarks benchmarks
244
245
# Although we build Flashinfer with AOT mode, there's still
246
# some issues w.r.t. JIT compilation. Therefore we need to
0 commit comments