Skip to content

Commit 01cb03a

Browse files
committed
update
1 parent 56bfea2 commit 01cb03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def run(self):
181181

182182
class CustomInstallCommand(_install):
183183
def run(self):
184-
super().run(self)
184+
_install.run(self)
185185
install_path = self.install_lib
186186
# src
187187
source_lib_path = os.path.abspath('libflashattn.so')

0 commit comments

Comments
 (0)