Info on Original Adapter Hub Repo Archival #725
calpt
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Within the last few weeks, we have archived the "original" Hub repository (found at: https://github.com/adapter-hub/Hub) released alongside our initial AdapterHub release in 2020 (announcement). This post summarizes all important points on the archival.
Hub infrastructure
Compatibility in Adapters
>= v0.2.2
Attempting to load adapters from the original Hub repo will automatically redirect to loading the same adapter from the Hugging Face Model Hub. There is no breaking change in existing code, the same adapter weights will be loaded. Additionally, a warning is issued to switch to the corresponding adapter ID for the Hugging Face Model Hub. Explicitly adding
source='ah'
will still load from the original source.>= v1.0.0
Loading from the original Hub repo will be removed. The
source
parameter inload_adapter()
,list_adapters()
andget_adapter_info()
will be removed. All adapters identified by adapter IDs will always load from Hugging Face Model Hub. Old adapter IDs will continue to redirect and issue a warning.Additionally,
push_adapter_to_hub()
will no longer support specifying an AdapterHub tag to upload adapters.Beta Was this translation helpful? Give feedback.
All reactions