Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kurianbenoy authored Apr 10, 2024
1 parent 20dd2b3 commit b191e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
# Refer - https://modal.com/docs/guide/gpu
GPU_TYPE = "A100"
SAMPLING_RATE = 16000
MODEL_SIZE = "large-v3"
# Moved to large-v2 as felt large-v3 is hallucinating more
MODEL_SIZE = "large-v2"
THIRTY_MINS = 1800


Expand Down

0 comments on commit b191e55

Please sign in to comment.