Skip to content

Commit

Permalink
add link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 21, 2024
1 parent 0ec6cd3 commit 7f2e9d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,21 +132,21 @@ pip install -e .

### Supported Models
Transformers:
- BLIP2 Series
- [BLIP2 Series](https://huggingface.co/Salesforce/blip2-opt-2.7b)
```python
model = xinfer.create_model("Salesforce/blip2-opt-2.7b")
```
- Moondream2
- [Moondream2](https://github.com/vikhyat/moondream)
```python
model = xinfer.create_model("vikhyatk/moondream2")
```

- VLRM-BLIP2
- [VLRM-BLIP2](https://huggingface.co/sashakunitsyn/vlrm-blip2-opt-2.7b)
```python
model = xinfer.create_model("sashakunitsyn/vlrm-blip2-opt-2.7b")
```

- JoyCaption
- [JoyCaption](https://github.com/fpgaminer/joycaption)
```python
model = xinfer.create_model("fancyfeast/llama-joycaption-alpha-two-hf-llava")
```
Expand Down

0 comments on commit 7f2e9d9

Please sign in to comment.