Skip to content
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

code does not work with older graphics cards #1

Open
xvdp opened this issue Jun 8, 2023 · 0 comments
Open

code does not work with older graphics cards #1

xvdp opened this issue Jun 8, 2023 · 0 comments

Comments

@xvdp
Copy link
Contributor

xvdp commented Jun 8, 2023

Code uses dtype=torch.bfloat16 and torch.backends.cuda.matmul.allow_tf32 = True, only available in the latest graphics cards.
Error is easy to detect when loading in free colab, which typically gives you Tesla generation.

train_stage_B.py
train_stage_C.py
würstchen-stage-B.ipynb
würstchen-stage-C.ipynb 

as well as the file linked with 'open in colab' which is not one of the the ipynbs

There is another problem with the "open in colab" is that the free colab graphics cards are typically smaller.
files affected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant