1 parent ea53aaf commit a268e6fCopy full SHA for a268e6f
1 file changed
src/Assets/vision_model_table.html
@@ -38,6 +38,12 @@
38
</style>
39
</head>
40
<body>
41
+<style>
42
+ table {
43
+ font-size: 14px;
44
+ line-height: 1.0;
45
+ }
46
+</style>
47
<table>
48
<tr>
49
<th rowspan="2">Model Name</th>
@@ -71,6 +77,13 @@
71
77
<td>450</td>
72
78
<td>650</td>
73
79
</tr>
80
+ <tr>
81
+ <td><a href="https://huggingface.co/h2oai/h2ovl-mississippi-2b">Mississippi - 2b</a></td>
82
+ <td>320.00</td>
83
+ <td>5.3 GB</td>
84
+ <td>TBD</td>
85
86
+ </tr>
74
87
75
88
<td><a href="https://huggingface.co/llava-hf/llava-v1.6-vicuna-7b-hf">llava 1.6 vicuna - 7b</a></td>
76
89
<td>146.18</td>
0 commit comments