You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal: Unable to checkout 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' in submodule path 'third_party/flash-attention/csrc/cutlass'
fatal: Failed to recurse into submodule path 'third_party/flash-attention'
error: subprocess-exited-with-error
× git submodule update --init --recursive -q did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: git submodule update --init --recursive -q
cwd: C:\Users\lin\AppData\Local\Temp\pip-install-8kizmsjd\xformers_fd0145a7272242849a57f9be3e2c0fb3
error: subprocess-exited-with-error
× git submodule update --init --recursive -q did not run successfully.
│ exit code: 1
╰─> See above for output.
🐛 Bug
can not install
Command
PS D:\github\xformers> pip install -v -U git+https://github.com/ROCm/xformers.git@main#egg=xformers
To Reproduce
Steps to reproduce the behavior:
xformers 0.0.27.post2 requires torch==2.4.0, but you have torch 2.4.1+cu118 which is incompatible.
1.pip uninstall xformers
2.pip install -v -U git+https://github.com/ROCm/xformers.git@main#egg=xformers
3.
fatal: Unable to checkout 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' in submodule path 'third_party/flash-attention/csrc/cutlass'
fatal: Failed to recurse into submodule path 'third_party/flash-attention'
error: subprocess-exited-with-error
× git submodule update --init --recursive -q did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: git submodule update --init --recursive -q
cwd: C:\Users\lin\AppData\Local\Temp\pip-install-8kizmsjd\xformers_fd0145a7272242849a57f9be3e2c0fb3
error: subprocess-exited-with-error
× git submodule update --init --recursive -q did not run successfully.
│ exit code: 1
╰─> See above for output.
full bug log to see it below:
20241025BUG.txt
note: This error originates from a subprocess, and is likely not a problem with pip.
`
Expected behavior
Environment
system: windows 23H2 22631.4317
CPU:13th Gen Intel(R) Core(TM) i5-13600K 3.50 GHz
GPU: AMD W7900 48G
RAM:128G
LM VERSION .3.5.b1
GPU Dirver Version: PRO edition 24.Q2
Please copy and paste the output from the
environment collection script from PyTorch
(or fill out the checklist below manually).
You can run the script with:
# For security purposes, please check the contents of collect_env.py before running it. python -m torch.utils.collect_env
conda
,pip
, source):pipAdditional context
The text was updated successfully, but these errors were encountered: