Replace awkward timm link with the expected one (#20109)

This commit is contained in:
Tom Aarsen
2022-11-07 19:57:39 +01:00
committed by GitHub
parent 71f772ebd0
commit 6156bffa2b
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ with the community (with the code it relies on) so that anyone can use it, even
Transformers library.
We will illustrate all of this on a ResNet model, by wrapping the ResNet class of the
[timm library](https://github.com/rwightman/pytorch-image-models/tree/master/timm) into a [`PreTrainedModel`].
[timm library](https://github.com/rwightman/pytorch-image-models) into a [`PreTrainedModel`].
## Writing a custom configuration