We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Is this running on one GPU or multiple GPUs?
Sorry, something went wrong.
Initially tried with 7x3090 but then restricted to 2x with CUDA_VISIBLE_DEVICES and got the same thing.
No branches or pull requests
Following install guide + flash attention:
python3 ./demos/cli.py --model_dir weights/ --prompt "a greyhound running"
results in:
The text was updated successfully, but these errors were encountered: