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
Thanks for sharing the great work and its training code.
I followed llava-train_videochat/README.md to run the pip install -e . command from the llava-train_videochat folder:
pip install -e .
llava-train_videochat
but got the error below:
As the error message suggests, there is no setup.py or pyproject.toml in the folder.
However, I do see a cog.yaml file there. Should that be used in the llava installation in some way? Could you please clarify that?
Thank you!
The text was updated successfully, but these errors were encountered:
Sorry, I have fixed it by add pyproject.toml file, try it!
Sorry, something went wrong.
No branches or pull requests
Thanks for sharing the great work and its training code.
I followed llava-train_videochat/README.md to run the

pip install -e .
command from thellava-train_videochat
folder:but got the error below:
As the error message suggests, there is no setup.py or pyproject.toml in the folder.
However, I do see a cog.yaml file there. Should that be used in the llava installation in some way? Could you please clarify that?
Thank you!
The text was updated successfully, but these errors were encountered: