You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Sometimes you'll want to cache information after a single node run , like in the case of very large ML models. Consider @Roulbac 's PR here: #41
This PR introduces a library for managing HuggingFace models, but comes with the wrinkle where now, in order to develop new HF nodes , contributors have to work in two places (/nodes repo and /python repo)
How should we think about caching? Also, how can we consolidate all Node creation work into a single place going forward?