DocWolle commited on
Commit
a6f4995
·
verified ·
1 Parent(s): 08bb8bf

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
@@ -19,6 +19,7 @@
19
  "source": [
20
  "!pip install transformers==4.33.0\n",
21
  "!pip install tensorflow==2.14.0"
 
22
  ]
23
  },
24
  {
 
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
  },
25
  {