We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd73ce3 commit 26bd08dCopy full SHA for 26bd08d
setup.py
@@ -79,7 +79,7 @@ def should_skip_cuda_build():
79
80
@functools.lru_cache(maxsize=None)
81
def cuda_archs():
82
- return os.getenv("FLASH_DMATTN_CUDA_ARCHS", "80;86;89;90;100;120").split(";")
+ return os.getenv("FLASH_DMATTN_CUDA_ARCHS", "80;90").split(";")
83
84
85
def detect_preferred_sm_arch() -> Optional[str]:
0 commit comments