-
Notifications
You must be signed in to change notification settings - Fork 7
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
Installation issues of xformers on MI250 with rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2 #8
Comments
Your setting is completely correct. But be sure you are using the correct pytorch since xformers is a pytorch application. You can check whether your pytorch can work on your MI250 by
|
@zhaohm14 Hi I would like to ask how long does it takes to install the xformers? |
@xinlong-yang 这个跟CPU有关,印象里用7763安装的过程大概一两分钟的样子 |
感谢回复,我也是在MI250上面装的,但是一开始忘记用ninja了,导致跑了好几个小时,用ninja的话大概10分钟多 |
@zhaohm14 I noticed the installation is broken with Note that you can customize the repository and branch link if you like to use the rocm fork, but the upstream version should be treated as more stable Please let me know if that solves the build issue |
Yes, #> unset MAX_JOBS to use all your CPUs for compiling |
I am installing xformers by the following steps:
git clone https://github.com/ROCm/xformers cd xformers git checkout develop git submodule update --init --recursive python setup.py install
And after the installation, when using xformers, a message shows:
This is python -m xformers.info:
Is there anything I'm doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: