Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ This repository contains the PhoWhisper-large model converted to use CTranslate2
|
|
| 33 |
|
| 34 |
model_size = "kiendt/PhoWhisper-large-ct2"
|
| 35 |
# Run on GPU with FP16
|
| 36 |
-
model = WhisperModel(model_size, device="cuda", compute_type="float16")
|
| 37 |
|
| 38 |
# or run on GPU with INT8
|
| 39 |
# model = WhisperModel(model_size, device="cuda", compute_type="int8_float16")
|
|
|
|
| 33 |
|
| 34 |
model_size = "kiendt/PhoWhisper-large-ct2"
|
| 35 |
# Run on GPU with FP16
|
| 36 |
+
#model = WhisperModel(model_size, device="cuda", compute_type="float16")
|
| 37 |
|
| 38 |
# or run on GPU with INT8
|
| 39 |
# model = WhisperModel(model_size, device="cuda", compute_type="int8_float16")
|