python3Packages.flashinfer: 0.2.5 -> 0.2.9
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
|
||||
let
|
||||
pname = "flashinfer";
|
||||
version = "0.2.5";
|
||||
version = "0.2.9";
|
||||
|
||||
src_cutlass = fetchFromGitHub {
|
||||
owner = "NVIDIA";
|
||||
repo = "cutlass";
|
||||
# Using the revision obtained in submodule inside flashinfer's `3rdparty`.
|
||||
rev = "df8a550d3917b0e97f416b2ed8c2d786f7f686a3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-d4czDoEv0Focf1bJHOVGX4BDS/h5O7RPoM/RrujhgFQ=";
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage {
|
||||
owner = "flashinfer-ai";
|
||||
repo = "flashinfer";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-YrYfatkI9DQkFEEGiF8CK/bTafaNga4Ufyt+882C0bQ=";
|
||||
hash = "sha256-M0q6d+EpuTehbw68AQ73Fhwmw2tzjymYjSXaol9QC7Y=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user