Open maxjeblick opened 3 months ago
Thanks for flagging this.
We can unpin the cuda requirement and test internally with others.
dev20240723
was chosen because a bugfix was made by the PyTorch team that allowed our code to compile without error.
For now, feel free to try by installing the latest PyTorch nightly with your specific CUDA version.
We will do some testing internally and update the README.
I'm getting the error below when running any torch code. This is probably due to an incompatible cuda version (requirements.txt specifies cu121).
I would suggest to
REAME.md
about the epxected cuda versionrequirement.txt
(I'm curious whydev20240723
is selected? At least the first.generate
example works fine with 2.4)