Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
43dd843
[None][chore] Update flashinfer-python from 0.6.6 to 0.6.8rc1
yihwang-nv Apr 15, 2026
a30fc21
[None][chore] Update Docker to upgrade nvidia-cutlass-dsl to 4.4.2
yihwang-nv Apr 15, 2026
f3b96ee
[None][chore] Update Docker to upgrade nvidia-cutlass-dsl to 4.4.2
yihwang-nv Apr 15, 2026
3ba87d1
[None][chore] Update CI image tags to PR-13064 staging images
yihwang-nv Apr 15, 2026
fcfbc7e
[None][fix] Remove stale nvidia-cutlass-dsl before pip install in CI
yihwang-nv Apr 15, 2026
8243eb0
Revert "[None][chore] Update CI image tags to PR-13064 staging images"
yihwang-nv Apr 15, 2026
4ae0955
[None][fix] Clean stale nvidia-cutlass-dsl before pip install in CI
yihwang-nv Apr 15, 2026
2dce42f
[None][fix] Guard cutlass-dsl imports and clean site-packages in Chec…
yihwang-nv Apr 16, 2026
4d742b0
Merge branch 'main' into yihwang-nv/update_flashinfer_0.6.8rc1
yihwang-nv Apr 16, 2026
9c52d89
[None][chore] Regenerate security_scanning/poetry.lock content-hash
yihwang-nv Apr 16, 2026
7311dda
[None][fix] Clean stale packages in SLURM install and update CI images
yihwang-nv Apr 16, 2026
64dd416
[None][chore] Remove clean_site_packages.py and all references
yihwang-nv Apr 16, 2026
272acf8
[None][chore] Update flashinfer-python from 0.6.8rc1 to 0.6.8
yihwang-nv Apr 16, 2026
d3dfb17
Merge remote-tracking branch 'origin/main' into yihwang-nv/update_fla…
yihwang-nv Apr 16, 2026
4d9cc08
Merge branch 'main' into yihwang-nv/update_flashinfer_0.6.8rc1
yihwang-nv Apr 16, 2026
a91c891
[None][fix] Remove stale PersistentTileSchedulerParams hooks for cutl…
yihwang-nv Apr 17, 2026
13f8620
[None][fix] Route custom pipelines through sm100 _make_sync_object fo…
yihwang-nv Apr 18, 2026
95ec8e9
[None][fix] Accept loc/ip kwargs in custom pipeline overrides for cut…
yihwang-nv Apr 18, 2026
82b22a8
[None][chore] Revert security_scanning/poetry.lock to origin/main
yihwang-nv Apr 18, 2026
8fc097d
Merge branch 'main' into yihwang-nv/update_flashinfer_0.6.8rc1
yihwang-nv Apr 20, 2026
31da856
[None][chore] Update CI image tags to PR-13064 build 23 staging images
yihwang-nv Apr 20, 2026
ae2a461
[None][chore] Update CI docker image tags to flashinfer-0.6.8 build
yihwang-nv Apr 21, 2026
914b315
Merge branch 'main' into yihwang-nv/update_flashinfer_0.6.8rc1
yihwang-nv Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ATTRIBUTIONS-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5261,7 +5261,7 @@ For more information, please refer to <http://unlicense.org>
- `Tracker`: https://github.com/tox-dev/py-filelock/issues


## flashinfer-python (0.6.6)
## flashinfer-python (0.6.8rc1)

### Licenses
License: `Apache-2.0`
Expand Down Expand Up @@ -33239,7 +33239,7 @@ License: `NVIDIA Proprietary Software`
- `Homepage`: https://developer.nvidia.com/cusparselt


## nvidia-cutlass-dsl (4.2.1)
## nvidia-cutlass-dsl (4.4.2)

### Licenses
License: `None`
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ordered-set
peft
patchelf
einops
flashinfer-python==0.6.6
flashinfer-python==0.6.8rc1
Comment thread
yihwang-nv marked this conversation as resolved.
Outdated
opencv-python-headless
xgrammar==0.1.32
llguidance==0.7.29
Expand All @@ -71,7 +71,7 @@ xdsl>=0.59.0 # Optional: required for MLIR-based elementwise fusion in AutoDeplo
tiktoken
blobfile
openai-harmony==0.0.4
nvidia-cutlass-dsl==4.3.4; python_version >= "3.10"
nvidia-cutlass-dsl==4.4.2; python_version >= "3.10"
plotly
numexpr
partial_json_parser
Expand Down
46 changes: 32 additions & 14 deletions security_scanning/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions security_scanning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"peft (>=0.19.0,<0.20.0)",
"patchelf (>=0.17.2.4,<0.18.0.0)",
"einops (>=0.8.2,<0.9.0)",
"flashinfer-python (==0.6.6)",
"flashinfer-python (==0.6.8rc1)",
Comment thread
yihwang-nv marked this conversation as resolved.
Outdated
"opencv-python-headless (>=4.13.0.92,<5.0.0.0)",
"xgrammar (==0.1.32)",
"llguidance (==0.7.29)",
Expand All @@ -72,7 +72,7 @@ dependencies = [
"tiktoken (>=0.12.0,<0.13.0)",
"blobfile (>=3.2.0,<4.0.0)",
"openai-harmony (==0.0.4)",
"nvidia-cutlass-dsl (==4.3.4)",
"nvidia-cutlass-dsl (==4.4.2)",
"plotly (>=6.7.0,<7.0.0)",
"numexpr (>=2.14.1,<3.0.0)",
"partial-json-parser (>=0.2.1.1.post7,<0.3.0.0)",
Expand Down
Loading