adapter-hub / adapters

A Unified Library for Parameter-Efficient and Modular Transfer Learning
https://docs.adapterhub.ml
Apache License 2.0
2.58k stars 347 forks source link

Switch resolving order if source not specified in `load_adapter()` #681

Closed calpt closed 7 months ago

calpt commented 7 months ago

If source is not specified in load_adapter(), will switch priorities to first search on HF Hub and only on AH if not found there. Related to AH deprecation (#668).

This also fixes an bug with auto-resolving adapters for which no model index file is given in AH (e.g. currently for Llama-2).