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
Hi, I can run successfully with virtual environment but failed with conda environment.
All the packages are the same (torch 2.4.1, torch-vision 0.19.1, xformer 0.0.28.post1, etc.) but I just cannot run successfully in a conda environment.
I also encountered problem mentioned in (fixed by downgrading torch from 2.5.x to 2.4.1):
I also tried downloading flash-attn from https://github.com/Dao-AILab/flash-attention/releases/tag/v2.6.3.
After flash-attn is installed, I ran "uv pip install -e .[flash] --no-build-isolation". No problem here. But still fails to run the inference (both single-GPU and multi-GPU)
Hi, I can run successfully with virtual environment but failed with conda environment.
All the packages are the same (torch 2.4.1, torch-vision 0.19.1, xformer 0.0.28.post1, etc.) but I just cannot run successfully in a conda environment.
I also encountered problem mentioned in (fixed by downgrading torch from 2.5.x to 2.4.1):
The text was updated successfully, but these errors were encountered: