Environment info
adapters version: 1.2.0
- Platform: Colab, Linux, Max
- Python version: 3.12
- PyTorch version (GPU?): 2.6.0+cu124
- Tensorflow version (GPU?):
- Using GPU in script?: No
- Using distributed or parallel set-up in script?:
Information
Model I am using (Bert, XLNet ...): roberta
Language I am using the model on (English, Chinese ...): English
Adapter setup I am using (if any):
The problem arises when using:
The tasks I am working on is:
To reproduce
Steps to reproduce the behavior:
- Run the example https://colab.research.google.com/github/Adapter-Hub/adapters/blob/main/notebooks/01_Adapter_Training.ipynb
- Even the adapters were added it shows the message "adapters.model_mixin:There are adapters available but none are activated for the forward pass"
Expected behavior
i Checked the adapter list and it seems available and why this warning occur ?