Skip to content

Commit

Permalink
20 workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Aug 11, 2024
1 parent d823974 commit ce9fda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ runners:
resources:
cpu: 4
nvidia.com/gpu: 1
workers_per_resource: 10
workers_per_resource: 20
2 changes: 1 addition & 1 deletion src/runners/audio_transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self):

print(device, " ", compute_type)

model = "distil-large-v3"
model = "large-v3"
self.model = WhisperModel(model, device=device, compute_type=compute_type)

@bentoml.Runnable.method(batchable=False)
Expand Down

0 comments on commit ce9fda5

Please sign in to comment.