Skip to content

Commit 5bca03c

Browse files
authored
Remove note about GPU for phi3v (#2053)
according to validation status phi3-vision is working on GPU
1 parent 9590782 commit 5bca03c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

SUPPORTED_MODELS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ The pipeline can work with other similar topologies produced by `optimum-intel`
370370
</ul>
371371
</td>
372372
<td>
373-
<li>GPU isn't supported</li>
374373
<li>These models' configs aren't consistent. It's required to override the default <code>eos_token_id</code> with the one from a tokenizer: <code>generation_config.set_eos_token_id(pipe.get_tokenizer().get_eos_token_id())</code>.</li>
375374
</td>
376375
</tr>

site/docs/supported-models/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ To convert InternVL2 models, `timm` and `einops` are required:
5858
pip install timm einops
5959
```
6060
#### phi3_v {#phi3_v-notes}
61-
- GPU isn't supported
6261
- Example models' configs aren't consistent. It's required to override the default `eos_token_id` with the one from a tokenizer:
6362
```python
6463
generation_config.set_eos_token_id(pipe.get_tokenizer().get_eos_token_id())

0 commit comments

Comments
 (0)