Skip to content

Commit 1595175

Browse files
authored
ci: upgrade apache-tvm-ffi==0.1.0b15 (#1860)
<!-- .github/pull_request_template.md --> ## 📌 Description Bump apache-tvm-ffi to 0.1.0b15 <!-- What does this PR do? Briefly describe the changes and why they’re needed. --> ## 🔍 Related Issues <!-- Link any related issues here --> ## 🚀 Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### ✅ Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [x] I have installed the hooks with `pre-commit install`. - [ ] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## 🧪 Tests - [ ] Tests have been added or updated as needed. - [ ] All tests are passing (`unittest`, etc.). ## Reviewer Notes <!-- Optional: anything you'd like reviewers to focus on, concerns, etc. -->
1 parent ef9dd60 commit 1595175

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ci/docker-tags.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flashinfer/flashinfer-ci-cu126: 20251002-52089b5
2-
flashinfer/flashinfer-ci-cu128: 20251002-52089b5
3-
flashinfer/flashinfer-ci-cu129: 20251002-52089b5
4-
flashinfer/flashinfer-ci-cu130: 20251002-52089b5
1+
flashinfer/flashinfer-ci-cu126: 20251004-ef9dd60
2+
flashinfer/flashinfer-ci-cu128: 20251004-ef9dd60
3+
flashinfer/flashinfer-ci-cu129: 20251004-ef9dd60
4+
flashinfer/flashinfer-ci-cu130: 20251004-ef9dd60

flashinfer-cubin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel", "requests", "filelock", "torch", "tqdm", "numpy", "apache-tvm-ffi==0.1.0b11"]
2+
requires = ["setuptools>=61.0", "wheel", "requests", "filelock", "torch", "tqdm", "numpy", "apache-tvm-ffi==0.1.0b15"]
33
build-backend = "build_backend"
44
backend-path = ["."]
55

flashinfer-jit-cache/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=77", "packaging>=24", "wheel", "torch", "ninja", "requests", "numpy", "nvidia-ml-py", "nvidia-nvshmem-cu12", "apache-tvm-ffi==0.1.0b11"]
2+
requires = ["setuptools>=77", "packaging>=24", "wheel", "torch", "ninja", "requests", "numpy", "nvidia-ml-py", "nvidia-nvshmem-cu12", "apache-tvm-ffi==0.1.0b15"]
33
build-backend = "build_backend"
44
backend-path = ["."]
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def generate_build_meta() -> None:
5151
"click",
5252
"tqdm",
5353
"tabulate",
54-
"apache-tvm-ffi==0.1.0b11",
54+
"apache-tvm-ffi==0.1.0b15",
5555
"packaging>=24.2",
5656
"nvidia-cudnn-frontend>=1.13.0",
5757
"nvidia-cutlass-dsl>=4.2.1",

0 commit comments

Comments
 (0)