Skip to content

Commit

Permalink
update links for blip2 and auto
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 26, 2024
1 parent bf5f572 commit 70f8b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ pip install -e .
</thead>
<tbody>
<tr>
<td><a href="https://huggingface.co/Salesforce/blip2-opt-2.7b">BLIP2 Series</a></td>
<td><a href="https://huggingface.co/collections/Salesforce/blip2-models-65242f91b4c4b4a32e5cb652">BLIP2 Series</a></td>
<td><code>xinfer.create_model("Salesforce/blip2-opt-2.7b")</code></td>
</tr>
<tr>
Expand All @@ -236,7 +236,7 @@ pip install -e .
</html>


You can also load any [Vision2Seq model](https://huggingface.co/docs/transformers/main/en/model_doc/auto#transformers.AutoModelForVision2Seq)
You can also load any [AutoModelForVision2Seq model](https://huggingface.co/docs/transformers/main/en/model_doc/auto#transformers.AutoModelForVision2Seq)
from Transformers by using the `Vision2SeqModel` class.

```python
Expand Down

0 comments on commit 70f8b34

Please sign in to comment.