BAAI-Agents / Cradle

The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation, in a standardized general environment with minimal requirements.
https://baai-agents.github.io/Cradle/
MIT License
1.56k stars 141 forks source link

Missing file for VideoSubFinder Files #14

Closed hush2nino closed 4 months ago

hush2nino commented 4 months ago

Thank you for your work. I encountered an issue while trying to run the code according to the readme documentation. My VideoSubFinder was missing a test.srt file after downloading and overwriting general.clg, which caused the code to not run.

DVampire commented 4 months ago

We are sorry for the confusion, the file test.srt is not necessary. You can create an empty test.srt file under res/tool/subfinder to run it. We encourage you to explore Cradle and welcome any further questions or feedback you may have.

tellarin commented 4 months ago

We have added a placeholder srt file in the repo and updated the setup instructions to avoid this issue.

Thanks again for your feedback, @hush2nino.