Skip to content

Commit

Permalink
update table -style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Nov 12, 2023
1 parent 0c329b4 commit 7b99d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,9 +10,9 @@ Not convinced? Here are some benchmarks we ran on a free [Google Colab T4 GPU](/
|------------------|------------------|
| Transformers (`fp32`) | ~31 (*31 min 1 sec*) |
| Transformers (`fp16` + `batching [24]` + `bettertransformer`) | ~5 (*5 min 2 sec*) |
| Transformers (`fp16` + `batching [24]` + `Flash Attention 2`) | ~2 (*1 min 38 sec*) |
| **Transformers (`fp16` + `batching [24]` + `Flash Attention 2`)** | **~2 (*1 min 38 sec*)** |
| distil-whisper (`fp16` + `batching [24]` + `bettertransformer`) | ~3 (*3 min 16 sec*) |
| distil-whisper (`fp16` + `batching [24]` + `Flash Attention 2`) | ~1 (*1 min 18 sec*) |
| **distil-whisper (`fp16` + `batching [24]` + `Flash Attention 2`)** | **~1 (*1 min 18 sec*)** |
| Faster Whisper (`fp16` + `beam_size [1]`) | ~9.23 (*9 min 23 sec*) |
| Faster Whisper (`8-bit` + `beam_size [1]`) | ~8 (*8 min 15 sec*) |

Expand Down

0 comments on commit 7b99d35

Please sign in to comment.