Skip to content

Commit

Permalink
check on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalandi committed Oct 1, 2024
1 parent 3017b9f commit c930e93
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 168 deletions.
7 changes: 0 additions & 7 deletions .ci/skipped_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,3 @@
- os:
- macos-12
- windows-2019
- notebook: notebooks/whisper-asr-genai/whisper-asr-genai.ipynb
skips:
- python:
- '3.8'
- '3.9'
- os:
- macos-12
5 changes: 4 additions & 1 deletion notebooks/whisper-asr-genai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ The tutorial consists of following steps:
3. Convert the model using OpenVINO Integration with HuggingFace Optimum.
4. Run the model using Generate API.
5. Compare the performance of PyTorch and the OpenVINO model.
6. Launch an interactive demo for speech recognition
6. Quantize the OpenVINO model with NNCF.
7. Check quantized model result for the demo video.
8. Compare model size, performance and accuracy of original and quantized models.
9. Launch an interactive demo for speech recognition


## Installation Instructions
Expand Down
269 changes: 109 additions & 160 deletions notebooks/whisper-asr-genai/whisper-asr-genai.ipynb

Large diffs are not rendered by default.

0 comments on commit c930e93

Please sign in to comment.