Skip to content
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

For Windows User #6

Open
jtydhr88 opened this issue Aug 12, 2024 · 1 comment
Open

For Windows User #6

jtydhr88 opened this issue Aug 12, 2024 · 1 comment

Comments

@jtydhr88
Copy link

I got it working on Windows.
Env:
Windows 10
Python3.10
Cude12.1
Torch 2.2.2

Here is my step:

  1. git clone https://github.com/buaacyw/MeshAnythingV2 and cd into the repo folder
  2. download flash-attention for python 3.10
  3. conda create -n MeshAnythingV2 python==3.10.13 -y
  4. conda activate MeshAnythingV2
  5. pip install -r requirements.txt
  6. pip uninstall torch torchvision torchaudio -y
  7. pip install "flash_attn-2.6.1+cu122torch2.2.2cxx11abiFALSE-cp310-cp310-win_amd64.whl" torch==2.2.2 torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu121
  8. pip install -U gradio

Done to setup.

The embedded tests:
image
image

@Dragoy
Copy link

Dragoy commented Aug 19, 2024

Thank you, very helpful with your manual. It took me half a day to get it to work :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants