Integrating timm and huggingface models with fastai

Is there a template on how to integrate CV models from timm and huggingface to work with fastai?

I have: Utilizing the `timm` Library Inside of `fastai` (Intermediate) | walkwithfastai

Just do pip install wwf and from wwf.vision.external.timm import * to not repeat the code as the project is a pypi project as well

Thank you, does it support Vision Transformers?

I’d recommend searching the forums, IIRC someone got it working for that. (You also likely could have found this out via searching too)