-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue with pip install -e . #14
Comments
You could try removing the pyproject.toml file before installation, as it is used for setting up the environment for mochi. Thank you. |
@cszy98 Thank you, I just delete the pyproject and it works. However, as I run bash scripts/cogvideox/fastercache_sample_cogvideox.sh, it seems like it stucks on |
Have you downloaded the model files correctly? We followed the model files downloaded from this source: https://github.com/THUDM/CogVideo/tree/8ddc8c17d977738060839297000146b04d20350c/sat |
Thanks for your reminder, I just dowload the model weights, then run again, I still stuck on |
Hi, thanks for your great work! I follow the instruction strictly but meet the installation problem in
pip install -e .
. Can you help me with it ?The text was updated successfully, but these errors were encountered: