Create requirements.txt
#6
by
jainamhdoshi
- opened
to solve error : ImportError: cannot import name 'UdopForConditionalGeneration' from 'transformers'
you need to have transformers == 4.39.0.dev0
to install this you can
pip install git+https://github.com/huggingface/transformers.git@main
or the Commits on Mar 15, 2024 at https://github.com/huggingface/transformers/blob/main/src/transformers/__init__.py
nielsr
changed pull request status to
closed