Instructions to use FastFlowLM/Whisper-V3-Turbo-NPU2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FastFlowLM/Whisper-V3-Turbo-NPU2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="FastFlowLM/Whisper-V3-Turbo-NPU2")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("FastFlowLM/Whisper-V3-Turbo-NPU2") model = AutoModelForSpeechSeq2Seq.from_pretrained("FastFlowLM/Whisper-V3-Turbo-NPU2") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 775a736 verified
Create README.md 56e4ccb verified
Update config.json 2dd4db9 verified
remove outdated 4f67a76
ngdxzy commited on
Upload encoder_dequant.xclbin 4042d0b verified
feat: update file name 2873a27
ngdxzy commited on