Skip to content

Commit

Permalink
unlisted
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 21, 2024
1 parent 39a5202 commit 3e0f4d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Transformers:
</html>

> [!NOTE]
> Wish to load an unlisted model?
> Wish to load an unsupported model?
> You can load any [Vision2Seq model](https://huggingface.co/docs/transformers/main/en/model_doc/auto#transformers.AutoModelForVision2Seq)
> from Transformers by using the `Vision2SeqModel` class.
Expand All @@ -179,6 +179,8 @@ model = Vision2SeqModel("facebook/chameleon-7b")
model = xinfer.create_model(model)
```



TIMM:
<table>
<thead>
Expand All @@ -196,7 +198,7 @@ TIMM:
</table>

> [!NOTE]
> Wish to load an unlisted model?
> Wish to load an unsupported model?
> You can load any model from TIMM by using the `TIMMModel` class.
```python
Expand Down Expand Up @@ -232,7 +234,7 @@ Ultralytics:
</table>

> [!NOTE]
> Wish to load an unlisted model?
> Wish to load an unsupported model?
> You can load any model from Ultralytics by using the `UltralyticsModel` class.
```python
Expand Down

0 comments on commit 3e0f4d3

Please sign in to comment.