-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: FlashAttention only supports Ampere GPUs or newer. #84
Comments
os.environ['ATTN_BACKEND'] = 'xformers' |
thanks, but it has a new problem: ModuleNotFoundError: No module named 'diff_gaussian_rasterization' it happened when it generating, at randering process, how i can install this dependence? |
pip install kaolin==0.17.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.5.1_cu121.html |
Duplicate of #26 Found same Issues, my cuda version is 12.7, should I lower to 11.8? |
https://kaolin.readthedocs.io/en/latest/notes/installation.html |
Maybe, cu121 is a good choice |
OS:Windows,GPU:2080ti 22g
is happened at when I trying to generate, is can not runing on my old turing?😢
can it be disabled? I can accept lower speed
The text was updated successfully, but these errors were encountered: