Automatic Speech Recognition
Transformers
Safetensors
whisper
Inference Endpoints
JackyHoCL commited on
Commit
a1a28df
1 Parent(s): 9a4157b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -28,4 +28,9 @@ NVIDIA Tesla V100 16GB * 4<br/>
28
 
29
 
30
  FAQ:
31
- 1. If having tokenizer issue, please update your transformers version to >= 4.46.3
 
 
 
 
 
 
28
 
29
 
30
  FAQ:
31
+ 1. If having tokenizer issue during inference, please update your transformers version to >= 4.46.3
32
+
33
+ ```bash
34
+ pip install --upgrade transformers==4.46.3
35
+ ```
36
+