Skip to content

Commit

Permalink
Add llava to supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed Oct 11, 2024
1 parent cdff0c1 commit 729b063
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/docs/SUPPORTED_MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,23 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
<th>Example HuggingFace Models</th>
</tr>
<tr>
<td><code>MiniCPM-V-2_6</code></td>
<td>MiniCPMV</td>
<td><code>MiniCPM-V-2_6</code></td>
<td>
<ul>
<li><a href="https://huggingface.co/openbmb/MiniCPM-V-2_6"><code>openbmb/MiniCPM-V-2_6</code></a></li>
</ul>
</td>
</tr>
<tr>
<td>LLaVA</td>
<td><code>LLaVA-v1.5</code></td>
<td>
<ul>
<li><a href="https://huggingface.co/llava-hf/llava-1.5-7b-hf"><code>llava-hf/llava-1.5-7b-hf</code></a></li>
</ul>
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 729b063

Please sign in to comment.