Skip to content

Commit 4eb778d

Browse files
committed
Fix lint issues
1 parent f216de1 commit 4eb778d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

openai-whisper-large-v3-turbo/olive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Evaluate model using the librispeech test-clean dataset
3838

3939
### To transcribe a single sample:
4040

41-
`python .\demo.py --audio-path .\data\librispeech_asr_clean_test\1320-122617-0000.npy --encoder "models\whisper_encoder_qdq\model.onnx" --decoder "models\whisper_decoder_qdq\model.onnx" --model_id "openai/whisper-large-v3-turbo" --execution_provider QNNExecutionProvider`
41+
`python .\demo.py --audio-path .\data\librispeech_asr_clean_test\1320-122617-0000.npy --encoder "models\whisper_encoder_qdq\model.onnx" --decoder "models\whisper_decoder_qdq\model.onnx" --model_id "openai/whisper-large-v3-turbo" --execution_provider QNNExecutionProvider`
-185 Bytes
Binary file not shown.

openai-whisper-large-v3-turbo/olive/whisper_large_v3_turbo_decoder_fp32.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"k_cache_self_1_out",
3131
"v_cache_self_1_out",
3232
"k_cache_self_2_out",
33-
"v_cache_self_2_out",
33+
"v_cache_self_2_out",
3434
"k_cache_self_3_out",
3535
"v_cache_self_3_out"]
3636
},

openai-whisper-large-v3-turbo/olive/whisper_large_v3_turbo_decoder_qdq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"k_cache_self_1_out",
3131
"v_cache_self_1_out",
3232
"k_cache_self_2_out",
33-
"v_cache_self_2_out",
33+
"v_cache_self_2_out",
3434
"k_cache_self_3_out",
3535
"v_cache_self_3_out"]
3636
},

0 commit comments

Comments
 (0)