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

DiT forward pass assertion fails #108

Open
HuronExplodium opened this issue Dec 4, 2024 · 2 comments
Open

DiT forward pass assertion fails #108

HuronExplodium opened this issue Dec 4, 2024 · 2 comments

Comments

@HuronExplodium
Copy link

Following install guide + flash attention:

python3 ./demos/cli.py --model_dir weights/ --prompt "a greyhound running"

results in:

  File "/home/user/video/models/src/genmo/mochi_preview/dit/joint_model/asymm_models_joint.py", line 703, in forward
    assert self.num_heads % cp_size == 0
AssertionError
@ved-genmo ved-genmo pinned this issue Dec 20, 2024
@ved-genmo
Copy link
Contributor

Is this running on one GPU or multiple GPUs?

@HuronExplodium
Copy link
Author

Initially tried with 7x3090 but then restricted to 2x with CUDA_VISIBLE_DEVICES and got the same thing.

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