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
Could you provide the exact versions of the dependencies needed to reproduce the work?
I'm getting version-related errors when trying to run exps/composition_for_unlearning/trainadapter.sh:, for example:
Traceback (most recent call last):
File "/src/run_clm_noconcat.py", line 36, in <module>
import transformers.adapters.composition as ac
ModuleNotFoundError: No module named 'transformers.adapters'
I currently have installed python 3.10, transformers 4.47.1, and adapters 1.1.0
The text was updated successfully, but these errors were encountered:
Could you provide the exact versions of the dependencies needed to reproduce the work?
I'm getting version-related errors when trying to run
exps/composition_for_unlearning/trainadapter.sh:
, for example:I currently have installed python 3.10, transformers 4.47.1, and adapters 1.1.0
The text was updated successfully, but these errors were encountered: