Is adding a requirements.txt possible for this model?
#16
by
DebasishDhal99
- opened
Using this model in a Kaggle environment, and its simply not getting to inference stage due to multiple import errors. Updating transformers library doesn't work, one import error gets replaced with another.
I think the nanonets team could add the recommended requirements.txt file needed to use this model.
Errors I got:
- ImportError: cannot import name 'is_fsdp_enabled' from 'transformers.integrations'
- ImportError: cannot import name 'VideoInput' from 'transformers.image_utils'