Update Generate_tflite_for_whisper_base_with_transcribe_and_translate_signatures.ipynb
Browse files
Generate_tflite_for_whisper_base_with_transcribe_and_translate_signatures.ipynb
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"outputs": [],
|
19 |
"source": [
|
20 |
"!pip install transformers==4.33.0\n",
|
21 |
-
"!pip install tensorflow==2.14.0"
|
22 |
"!pip install numpy==1.26.4"
|
23 |
]
|
24 |
},
|
|
|
18 |
"outputs": [],
|
19 |
"source": [
|
20 |
"!pip install transformers==4.33.0\n",
|
21 |
+
"!pip install tensorflow==2.14.0\n",
|
22 |
"!pip install numpy==1.26.4"
|
23 |
]
|
24 |
},
|