Closed zha11037 closed 3 months ago
Did you config the accelerate? You may enable some unsupported function in your configuration file.
For xformers, could you check the results of this function? I do not understand why it returns “-.d20240803”, even without the leading “+”.
Thanks for your quick rely! I 've sovled the question by accelerating my config and redownloading xformers!
Thanks for your work!
There are some questions when I tried training the model.
When I installed xformers in third_party by using "pip install ."or"pip install -vvv .", I met this error: However, by using this command, I can run the demo successfully:
Next step, I tried training the model without xformers, I used command as folllows:
But then I met the error that: ValueError: Using
torch.compile
requires PyTorch 2.0 or higher. Tracback:Did I run a wrong command? Or how can I fix the qestion about instaling xformers?