|
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | "cell_type": "code",
|
67 |
| - "execution_count": 1, |
| 67 | + "execution_count": null, |
68 | 68 | "id": "bb9fc7f3-cea0-4adf-9ee6-4a3d15931db7",
|
69 | 69 | "metadata": {
|
70 | 70 | "ExecuteTime": {
|
71 | 71 | "end_time": "2023-11-08T15:05:38.239262600Z",
|
72 | 72 | "start_time": "2023-11-08T15:05:38.138403800Z"
|
73 | 73 | }
|
74 | 74 | },
|
75 |
| - "outputs": [ |
76 |
| - { |
77 |
| - "name": "stdout", |
78 |
| - "output_type": "stream", |
79 |
| - "text": [ |
80 |
| - "Note: you may need to restart the kernel to use updated packages.\n", |
81 |
| - "Note: you may need to restart the kernel to use updated packages.\n", |
82 |
| - "Looking in indexes: https://pypi.org/simple, https://storage.openvinotoolkit.org/simple/wheels/nightly\n", |
83 |
| - "Requirement already satisfied: openvino in /home/labuser/work/notebook/genai_whisper/lib/python3.10/site-packages (2024.5.0.dev20240919)\n", |
84 |
| - "Collecting openvino\n", |
85 |
| - " Using cached https://storage.openvinotoolkit.org/wheels/nightly/openvino/openvino-2024.5.0.dev20240927-16853-cp310-cp310-manylinux2014_x86_64.whl (43.1 MB)\n", |
86 |
| - "Requirement already satisfied: openvino-tokenizers in /home/labuser/work/notebook/genai_whisper/lib/python3.10/site-packages (2024.5.0.0)\n", |
87 |
| - "Requirement already satisfied: openvino-genai in /home/labuser/work/notebook/genai_whisper/lib/python3.10/site-packages (2024.5.0.0)\n", |
88 |
| - "Requirement already satisfied: packaging in /home/labuser/work/notebook/genai_whisper/lib/python3.10/site-packages (from openvino) (24.1)\n", |
89 |
| - "Requirement already satisfied: numpy<2.1.0,>=1.16.6 in /home/labuser/work/notebook/genai_whisper/lib/python3.10/site-packages (from openvino) (1.26.4)\n", |
90 |
| - "Requirement already satisfied: openvino-telemetry>=2023.2.1 in /home/labuser/work/notebook/genai_whisper/lib/python3.10/site-packages (from openvino) (2024.1.0)\n", |
91 |
| - "Installing collected packages: openvino\n", |
92 |
| - " Attempting uninstall: openvino\n", |
93 |
| - " Found existing installation: openvino 2024.5.0.dev20240919\n", |
94 |
| - " Uninstalling openvino-2024.5.0.dev20240919:\n", |
95 |
| - " Successfully uninstalled openvino-2024.5.0.dev20240919\n", |
96 |
| - "Successfully installed openvino-2024.5.0.dev20240927\n", |
97 |
| - "Note: you may need to restart the kernel to use updated packages.\n", |
98 |
| - "Note: you may need to restart the kernel to use updated packages.\n", |
99 |
| - "Note: you may need to restart the kernel to use updated packages.\n" |
100 |
| - ] |
101 |
| - } |
102 |
| - ], |
| 75 | + "outputs": [], |
103 | 76 | "source": [
|
104 | 77 | "%pip install -q \"transformers>=4.35\" \"torch>=2.3\" \"torchvision>=0.18.1\" \"onnx>=1.16.1\" --extra-index-url https://download.pytorch.org/whl/cpu\n",
|
105 | 78 | "%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\"\n",
|
|
173 | 146 | "\n",
|
174 | 147 | "model_ids = {\n",
|
175 | 148 | " \"Multilingual models\": [\n",
|
| 149 | + " \"openai/whisper-large-v3-turbo\",\n", |
176 | 150 | " \"openai/whisper-large-v3\",\n",
|
177 | 151 | " \"openai/whisper-large-v2\",\n",
|
178 | 152 | " \"openai/whisper-large\",\n",
|
|
385 | 359 | ]
|
386 | 360 | },
|
387 | 361 | {
|
| 362 | + "attachments": {}, |
388 | 363 | "cell_type": "markdown",
|
389 | 364 | "id": "fc4c9eb4",
|
390 | 365 | "metadata": {},
|
|
492 | 467 | ]
|
493 | 468 | },
|
494 | 469 | {
|
| 470 | + "attachments": {}, |
495 | 471 | "cell_type": "markdown",
|
496 | 472 | "id": "2a45de0a",
|
497 | 473 | "metadata": {},
|
|
593 | 569 | ]
|
594 | 570 | },
|
595 | 571 | {
|
| 572 | + "attachments": {}, |
596 | 573 | "cell_type": "markdown",
|
597 | 574 | "id": "7f9d23c5",
|
598 | 575 | "metadata": {},
|
|
648 | 625 | ]
|
649 | 626 | },
|
650 | 627 | {
|
| 628 | + "attachments": {}, |
651 | 629 | "cell_type": "markdown",
|
652 | 630 | "id": "e6d37c6e",
|
653 | 631 | "metadata": {},
|
|
696 | 674 | ]
|
697 | 675 | },
|
698 | 676 | {
|
| 677 | + "attachments": {}, |
699 | 678 | "cell_type": "markdown",
|
700 | 679 | "id": "ee5cb391",
|
701 | 680 | "metadata": {},
|
|
872 | 851 | ]
|
873 | 852 | },
|
874 | 853 | {
|
| 854 | + "attachments": {}, |
875 | 855 | "cell_type": "markdown",
|
876 | 856 | "id": "bf2a3478",
|
877 | 857 | "metadata": {},
|
|
941 | 921 | ]
|
942 | 922 | },
|
943 | 923 | {
|
| 924 | + "attachments": {}, |
944 | 925 | "cell_type": "markdown",
|
945 | 926 | "id": "3fa56693",
|
946 | 927 | "metadata": {},
|
|
989 | 970 | ]
|
990 | 971 | },
|
991 | 972 | {
|
| 973 | + "attachments": {}, |
992 | 974 | "cell_type": "markdown",
|
993 | 975 | "id": "5242ab97",
|
994 | 976 | "metadata": {},
|
|
1040 | 1022 | ]
|
1041 | 1023 | },
|
1042 | 1024 | {
|
| 1025 | + "attachments": {}, |
1043 | 1026 | "cell_type": "markdown",
|
1044 | 1027 | "id": "5fbd98f6",
|
1045 | 1028 | "metadata": {},
|
|
1139 | 1122 | ]
|
1140 | 1123 | },
|
1141 | 1124 | {
|
| 1125 | + "attachments": {}, |
1142 | 1126 | "cell_type": "markdown",
|
1143 | 1127 | "id": "bb908769",
|
1144 | 1128 | "metadata": {},
|
|
1196 | 1180 | ]
|
1197 | 1181 | },
|
1198 | 1182 | {
|
| 1183 | + "attachments": {}, |
1199 | 1184 | "cell_type": "markdown",
|
1200 | 1185 | "id": "c3b08c2b",
|
1201 | 1186 | "metadata": {},
|
|
0 commit comments