helenai commited on
Commit
17f1c52
·
verified ·
1 Parent(s): 65c918a

Upload llavamed_inference_openvino.ipynb

Browse files
Files changed (1) hide show
  1. llavamed_inference_openvino.ipynb +6 -20
llavamed_inference_openvino.ipynb CHANGED
@@ -5,25 +5,11 @@
5
  "id": "b8f48654-861d-4f6a-bb3b-b190bda3d6c3",
6
  "metadata": {},
7
  "source": [
8
- "# LLaVA-Med 1.5 OpenVINO demo"
9
- ]
10
- },
11
- {
12
- "cell_type": "code",
13
- "execution_count": 1,
14
- "id": "d6ba4f3e-699f-409f-9119-777726bcd1af",
15
- "metadata": {},
16
- "outputs": [
17
- {
18
- "name": "stdout",
19
- "output_type": "stream",
20
- "text": [
21
- "time: 0 ns (started: 2025-02-25 07:34:24 -07:00)\n"
22
- ]
23
- }
24
- ],
25
- "source": [
26
- "%load_ext autotime"
27
  ]
28
  },
29
  {
@@ -244,7 +230,7 @@
244
  "name": "python",
245
  "nbconvert_exporter": "python",
246
  "pygments_lexer": "ipython3",
247
- "version": "3.10.11"
248
  }
249
  },
250
  "nbformat": 4,
 
5
  "id": "b8f48654-861d-4f6a-bb3b-b190bda3d6c3",
6
  "metadata": {},
7
  "source": [
8
+ "# LLaVA-Med 1.5 OpenVINO demo\n",
9
+ "\n",
10
+ "NOTE: This OpenVINO model is unvalidated. Results are provisional and may contain errors. Use this demo to explore AI PC and OpenVINO optimizations\n",
11
+ "\n",
12
+ "Source model: [microsoft/LLaVA-Med](https://github.com/microsoft/LLaVA-Med). For research purposes only.\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ]
14
  },
15
  {
 
230
  "name": "python",
231
  "nbconvert_exporter": "python",
232
  "pygments_lexer": "ipython3",
233
+ "version": "3.12.3"
234
  }
235
  },
236
  "nbformat": 4,