Skip to content

Commit

Permalink
Remove unused import in example readme (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax authored Apr 4, 2024
1 parent 41c2e1d commit 68f82da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ Let's say you're used to working with a given Transformer based model, and want
```python
import timm
from timm.models.vision_transformer import VisionTransformer
from xformers.components.attention import ScaledDotProduct
from xformers.helpers.timm_sparse_attention import TimmSparseAttention
img_size = 224
patch_size = 16
Expand Down

0 comments on commit 68f82da

Please sign in to comment.