Skip to content
Merged
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ einops
ninja
numpy
nvidia-cudnn-frontend>=1.13.0
nvidia-cutlass-dsl>=4.2.1
nvidia-cutlass-dsl>=4.3.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using an open-ended version specifier like >= can introduce unexpected breaking changes from future releases, leading to non-reproducible builds. To enhance stability while still allowing for bug fixes, it's better to use a compatible release specifier. For instance, ~=4.3.1 will match any version >=4.3.1 but <4.4.0.

nvidia-cutlass-dsl~=4.3.1

nvidia-ml-py
packaging>=24.2
requests
Expand Down