Morgan Funtowicz commited on
Commit
960dd65
·
1 Parent(s): e835e1e

test(hfjobs): add model id to the deploy.json

Browse files
Files changed (1) hide show
  1. .hfjobs/deploy.json +2 -1
.hfjobs/deploy.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "id": "deploy-whisper-vllm-gpu",
3
  "description": "Build and deploy vLLM based Whisper on Inference Endpoint",
4
- "hardware": "l4x1"
 
5
  }
 
1
  {
2
  "id": "deploy-whisper-vllm-gpu",
3
  "description": "Build and deploy vLLM based Whisper on Inference Endpoint",
4
+ "hardware": "l4x1",
5
+ "model": "openai/whisper-large-v3-turbo"
6
  }