I'm trying to use spaCy's transformer model in calibre, it uses the "transformer" package which has a line code uses docstring:
https://github.com/huggingface/trans..._base.py#L3646
But calibre's optimize level is 2, which removes docstrings. How can I change this optimize level to a lower level?