📄️ Deploy a Custom Pytorch Model
📥 Step 1: Export your PyTorch model
📄️ Deploy a Speech to text model
This guide helps you deploy Facebook’s wav2vec2 model with Hyperpod AI and perform speech-to-text inference through a simple API.
⚠️ Ensure your ONNX model has one input and one output named “input” and “output” for compatibility with our system.
📥 Step 1: Export your PyTorch model
This guide helps you deploy Facebook’s wav2vec2 model with Hyperpod AI and perform speech-to-text inference through a simple API.