FFMPerative icon indicating copy to clipboard operation
FFMPerative copied to clipboard

Really cool work

Open LysandreJik opened this issue 2 years ago • 3 comments

Really cool work, loved playing around with it!

If ever you're interested in having other users re-use your tools, you can also push them to the Hub (see the push_to_hub call in this guide), but it's, of course, not required :)

Is there anything we can do from transformers side to help you on this cool project? Did you run into any issues we can help fix?

LysandreJik avatar Jun 02 '23 13:06 LysandreJik

@LysandreJik Thanks again for trying it out! We think the hub is a great way to increase accessibility.

We found it incredibly easy to get the agent interface working, and building custom tools was a breeze. A few things we observed while we were developing:

  • The push_to_hub() method errors out when pushing a tool with external dependencies. It would be great to have the ability to set a requirements.txt file when calling this method.
  • Can a collection of Tools be uploaded to a single space? Since they all have common external dependencies, it may make sense to bundle them together.

Kudos to you and your team for creating an excellent framework for agents. 👏

smellslikeml avatar Jun 03 '23 21:06 smellslikeml

Can a collection of Tools be uploaded to a single space?

Our thinking was that each space would be a demo of the Tool, which doesn't work with multiple tools in the same space. There is however a function to get all tools repo from an organization if that helps.

sgugger avatar Jun 05 '23 16:06 sgugger

Makes sense and that is indeed helpful! We'll try that and update our README, thanks @sgugger

smellslikeml avatar Jun 05 '23 16:06 smellslikeml