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

A very long wait after execute command "python run_clip.py" in video_understanding task? #133

Open
terencepp opened this issue Dec 19, 2024 · 5 comments

Comments

@terencepp
Copy link

1734605698876

@XeonHis
Copy link
Collaborator

XeonHis commented Dec 20, 2024

Thanks for following OmAgent.

Your worker_config looks empty, it represents that no worker registers to the conductor.
Could you show the tree structure by following command, it helps us to figure out the problem?

cd examples/video_understanding
tree

@terencepp
Copy link
Author

Thanks for following OmAgent.

Your worker_config looks empty, it represents that no worker registers to the conductor. Could you show the tree structure by following command, it helps us to figure out the problem?

cd examples/video_understanding
tree

Thank you! I have fixed it! Could you help me to check this one #135

@laurasss123
Copy link

I also have a similar problem. How did you solve it?
1735802117830

@yileld
Copy link
Contributor

yileld commented Jan 14, 2025

I also have a similar problem. How did you solve it? 1735802117830

it's because config path is wrong.
You can see the first line, examples/video_understanding/examples/video_understanding/configs, there are two examples.
Just change the config_path in cli_client = DefaultClient in run_cli.py is OK.

@laurasss123
Copy link

Okay, thank you. I have already resolved it.
There is another question I would like to ask, because I am not using the API of OpenAI, but rather the API of Azure OpenAI. Is this compatible and how can I configure it.

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

4 participants